Merge branch 'dev_robobus-d_230413_3.1.0' into 'dev_robobus-p_230413_2.1.0'

[dev_robobus-d_230413_3.1.0]fix车速设置光标位置问题追加

See merge request SCA/L4HA/AndroidApp/MoGoEagleEye!759
This commit is contained in:
wangmingjun
2023-04-14 12:13:23 +00:00

View File

@@ -226,6 +226,7 @@ internal class AutoPilotAndCheckView @JvmOverloads constructor(
ToastUtils.showShort("设置车速失败,请启动域控制器")
}
}
etInputSpeed.setSelection(speedLimit.toString().length)
}
initOchView()