[8.0.0]暂时下架Taxi乘客屏PNC决策信息
This commit is contained in:
@@ -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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user