[6.8.0][FSM异常提示优化] 代码提交
This commit is contained in:
@@ -455,4 +455,11 @@ object CallerHmiManager {
|
||||
hmiProviderApi?.showColdStartWindow()
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否触发展示安全停车弹窗
|
||||
*/
|
||||
fun toggleSafetyStopCarWarning(show: Boolean) {
|
||||
hmiProviderApi?.toggleSafeStopCarWarning(show)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user