From ec91c73ebb8db9aefd961eb9b5bac876092cc1e3 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Wed, 25 Jun 2025 17:37:37 +0800 Subject: [PATCH] =?UTF-8?q?[8.1.0]=E5=8A=A8=E6=80=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=B9=B0=E7=9C=BC=E6=98=BE=E7=A4=BAMAP=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/core/function/hmi/ui/setting/DebugSettingView.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt index b99a477056..29e50f52b0 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt @@ -608,10 +608,6 @@ internal class DebugSettingView @JvmOverloads constructor( } } //动态配置鹰眼显示MAP版本 - if(AppConfigInfo.mapShowName.isEmpty()){ - AppConfigInfo.mapShowName = CallerAutoPilotStatusListenerManager.getDockerVersion()+"" - SPUtils.getInstance().put("mapShowName", AppConfigInfo.mapShowName) - } etMapShowName.setText(AppConfigInfo.mapShowName) etMapShowName.text?.let { etMapShowName.setSelection(it.length) } btnEnsureMap.setOnClickListener {