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:
xinfengkun
2024-09-24 16:27:56 +08:00
8 changed files with 67 additions and 2 deletions

View File

@@ -104,4 +104,10 @@ object CallerHmiViewControlListenerManager : CallerBase<IViewControlListener>()
}
}
fun invokeUpdateParallelDriveViewShow(isShow: Boolean) {
M_LISTENERS.forEach {
val listener = it.value
listener.updateParallelDriveViewShow(isShow)
}
}
}