[dev_robotaxi-d_230412_2.15.0]fix车速设置光标位置问题追加

This commit is contained in:
xuxinchao
2023-04-14 16:18:45 +08:00
parent 57d0ace65d
commit eaff125080

View File

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