[6.2.6]修改taxi平行驾驶异常提示,增加消息盒子内容同上,即taxi和c1呈现均为接管图像+消息盒子+语音提示(m1为提示音+消息盒子,不变动)

This commit is contained in:
xuxinchao
2023-12-20 17:04:41 +08:00
parent 5a2b7c5866
commit 7e5c0fdf7f

View File

@@ -272,6 +272,13 @@ class TakeOverView @JvmOverloads constructor(
private fun showParallelDrivingWarning(poiType: String,content: String,tts: String){
if(!FunctionBuildConfig.isDemoMode){
//异常提醒均在开启美化模式后不弹出、不语音提示
//消息盒子提示
saveMsgBox(
MsgBoxBean(
MsgBoxType.V2X, V2XMsg(poiType, content, tts)
)
)
//接管图像+语音提示
CallerHmiManager.warningV2X(poiType, content, tts,
object : IMoGoWarningStatusListener {
override fun onShow() {