[3.3.0]他车超速更新消息显示

This commit is contained in:
xuxinchao
2023-07-03 18:55:19 +08:00
parent 2eb576b529
commit 64693f4a2b
2 changed files with 8 additions and 0 deletions

View File

@@ -303,6 +303,10 @@ class MogoObuDcCombineManager private constructor() : IMoGoObuWarningRsiListener
}
MogoObuShowConstants.STATUS.UPDATE -> { // 更新
if(EventTypeEnumNew.TYPE_USECASE_ID_SLW.poiType == appId){
saveObuToDcData(appId, alertContent, ttsContent)
showWarning(appId, alertContent, ttsContent, direction)
}
}
// 删除

View File

@@ -595,6 +595,10 @@ class MogoPrivateObuNewManager private constructor() : OnUpgradeListener {
}
MogoObuShowConstants.STATUS.UPDATE -> { // 更新
if(EventTypeEnumNew.TYPE_USECASE_ID_SLW.poiType == appId){
saveObuData(appId, alertContent, ttsContent)
showWarning(appId, alertContent, ttsContent, direction)
}
}
MogoObuShowConstants.STATUS.DELETE -> { // 删除