[2.13.0_update]调整V2X消息存入消息盒子的时机
This commit is contained in:
@@ -77,7 +77,13 @@ class V2XWarningBroadcastReceiver : BroadcastReceiver() {
|
||||
if (EventTypeEnum.TYPE_USECASE_ID_IVP.poiType == v2xType.toString()) {
|
||||
CallerHmiManager.showLimitingVelocity(1)
|
||||
}
|
||||
CallerMsgBoxManager.saveMsgBox(
|
||||
MsgBoxBean(
|
||||
MsgBoxType.V2X,
|
||||
V2XMsg(v2xType.toString(), alertContent, ttsContent)
|
||||
)
|
||||
)
|
||||
CallerHmiManager.warningV2X(v2xType.toString(), alertContent, ttsContent,
|
||||
tag, null, true, 5000L, MsgBoxType.V2X)
|
||||
tag, null, true, 5000L)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user