From 59481a1b3be478643f8c7104cc480d664a0200c0 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Thu, 29 May 2025 14:44:47 +0800 Subject: [PATCH] =?UTF-8?q?[8.0.0]=E6=9A=82=E6=97=B6=E4=B8=8B=E6=9E=B6Taxi?= =?UTF-8?q?=E4=B9=98=E5=AE=A2=E5=B1=8FPNC=E5=86=B3=E7=AD=96=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/och/unmanned/passenger/ui/aiview/AiView.kt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/unmanned/passenger/ui/aiview/AiView.kt b/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/unmanned/passenger/ui/aiview/AiView.kt index 4e2ca32a06..50d8d9a1a6 100644 --- a/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/unmanned/passenger/ui/aiview/AiView.kt +++ b/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/unmanned/passenger/ui/aiview/AiView.kt @@ -47,7 +47,7 @@ class AiView @JvmOverloads constructor( private var viewModel:AIViewModel?=null - private var pncActionsModel:PNCActionsViewModel ?= null +// private var pncActionsModel:PNCActionsViewModel ?= null private var roadV2NEventModel:RoadV2NEventViewModel ?= null private var roadCrossRoamModel:RoadCrossRoamViewModel ?= null private var automaticExplorationModel:AutomaticExplorationViewModel ?= null @@ -225,10 +225,10 @@ class AiView @JvmOverloads constructor( ViewModelProvider(it).get(AIViewModel::class.java) } viewModel?.setViewCallback(this) - pncActionsModel = findViewTreeViewModelStoreOwner()?.let { - ViewModelProvider(it)[PNCActionsViewModel::class.java] - } - pncActionsModel?.init() +// pncActionsModel = findViewTreeViewModelStoreOwner()?.let { +// ViewModelProvider(it)[PNCActionsViewModel::class.java] +// } +// pncActionsModel?.init() roadV2NEventModel = findViewTreeViewModelStoreOwner()?.let{ ViewModelProvider(it)[RoadV2NEventViewModel::class.java] }