Merge branch 'dev_robotaxi-d_241112_6.8.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_241112_6.8.0

This commit is contained in:
xinfengkun
2024-11-21 10:22:30 +08:00
14 changed files with 200 additions and 23 deletions

View File

@@ -455,4 +455,11 @@ object CallerHmiManager {
hmiProviderApi?.showColdStartWindow()
}
/**
* 是否触发展示安全停车弹窗
*/
fun toggleSafetyStopCarWarning(show: Boolean) {
hmiProviderApi?.toggleSafeStopCarWarning(show)
}
}