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

This commit is contained in:
xuxinchao
2023-04-14 16:16:34 +08:00
parent c70680db9d
commit e59d32e7d1

View File

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