From eaff125080465b6b5f969695937af2380df88867 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Fri, 14 Apr 2023 16:18:45 +0800 Subject: [PATCH] =?UTF-8?q?[dev=5Frobotaxi-d=5F230412=5F2.15.0]fix?= =?UTF-8?q?=E8=BD=A6=E9=80=9F=E8=AE=BE=E7=BD=AE=E5=85=89=E6=A0=87=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E9=97=AE=E9=A2=98=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt index 315daab168..3300b173e9 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt @@ -227,6 +227,7 @@ internal class AutoPilotAndCheckView @JvmOverloads constructor( ToastUtils.showShort("设置车速失败,请启动域控制器") } } + etInputSpeed.setSelection(speedLimit.toString().length) } initOchView()