[6.9.0][Feat]路口车龙进消息盒子

This commit is contained in:
chenfufeng
2025-01-02 16:14:09 +08:00
parent d9c16b08b5
commit 3e75998a39
2 changed files with 14 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ object DataManager {
CallerMsgBoxListenerManager.invokeListener(MsgCategory.SYS_INFO, msg)
}
MsgBoxType.OBU, MsgBoxType.NOTICE, MsgBoxType.OPERATION,MsgBoxType.OTA -> {
MsgBoxType.OBU, MsgBoxType.NOTICE, MsgBoxType.OPERATION,MsgBoxType.OTA, MsgBoxType.NDE -> {
synchronized(this) {
notifyList.add(msg)
}