From 9275e8e79edce8b322d586b7b07e5b5203fdce8d Mon Sep 17 00:00:00 2001 From: Herry <1033857564@qq.com> Date: Mon, 1 Sep 2025 17:42:43 +0800 Subject: [PATCH] =?UTF-8?q?[8.2.0][fix]=E4=BF=AE=E5=A4=8DMogoMind=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E4=B8=8D=E5=8F=AF=E7=82=B9=E5=87=BB=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt | 3 +++ .../main/res/xml/operate_panel_preference_details_business.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt index 822b380a2c..f0778fa7e3 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt @@ -1136,6 +1136,9 @@ class OperatePanelLayout : LinearLayout { SweeperVehicleConfigUtils.isDefaultSweeperCloudMode(FunctionBuildConfig.sweeperDefaultMode) } } + KEY_MOGO_MIND_SWITCH -> { + return false + } } return super.getDefaultVal(pref) } diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml index 711d4a6a32..c05b802bd7 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml @@ -63,7 +63,7 @@ android:layout="@layout/layout_operate_panel_preference_switch_compat" android:title="MogoMind开关" android:persistent="false" - android:enabled="false" + android:enabled="true" android:widgetLayout="@layout/layout_operate_panel_preference_widget_switch_compat" /> \ No newline at end of file