From d49a74e227b32f4ea69f97d5b2b59bd469b88032 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Thu, 7 Aug 2025 11:08:38 +0800 Subject: [PATCH] =?UTF-8?q?[8.2.0]=E4=B8=8B=E6=9E=B6B2=E4=B9=98=E5=AE=A2?= =?UTF-8?q?=E7=AB=AF=E8=87=AA=E5=8A=A8=E6=8E=A2=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../och/shuttle/weaknet/passenger/ui/mind/MindView.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OCH/shuttle/passenger_weaknet/src/main/java/b2/com/mogo/och/shuttle/weaknet/passenger/ui/mind/MindView.kt b/OCH/shuttle/passenger_weaknet/src/main/java/b2/com/mogo/och/shuttle/weaknet/passenger/ui/mind/MindView.kt index 81a274fec9..975953b1f6 100644 --- a/OCH/shuttle/passenger_weaknet/src/main/java/b2/com/mogo/och/shuttle/weaknet/passenger/ui/mind/MindView.kt +++ b/OCH/shuttle/passenger_weaknet/src/main/java/b2/com/mogo/och/shuttle/weaknet/passenger/ui/mind/MindView.kt @@ -97,10 +97,10 @@ class MindView : ConstraintLayout, MindViewModel.AiViewCallback { ViewModelProvider(it)[RoadCrossRoamViewModel::class.java] } roadCrossRoamModel?.init(context) - automaticExplorationModel = findViewTreeViewModelStoreOwner()?.let{ - ViewModelProvider(it)[AutomaticExplorationViewModel::class.java] - } - automaticExplorationModel?.init() +// automaticExplorationModel = findViewTreeViewModelStoreOwner()?.let{ +// ViewModelProvider(it)[AutomaticExplorationViewModel::class.java] +// } +// automaticExplorationModel?.init() ndeViewModel = findViewTreeViewModelStoreOwner()?.let{ ViewModelProvider(it)[NDEViewModel::class.java] }