Merge branch 'dev_robotaxi-d_240912_6.7.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240912_6.7.0
This commit is contained in:
@@ -104,4 +104,10 @@ object CallerHmiViewControlListenerManager : CallerBase<IViewControlListener>()
|
||||
}
|
||||
}
|
||||
|
||||
fun invokeUpdateParallelDriveViewShow(isShow: Boolean) {
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
listener.updateParallelDriveViewShow(isShow)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user