[8.3.0] FSM Event消息 无法起自驾和异常推自驾消息添加到消息盒子中

This commit is contained in:
xinfengkun
2025-12-22 14:59:53 +08:00
parent ce9fa6cc03
commit 582499595e
27 changed files with 569 additions and 271 deletions

View File

@@ -592,7 +592,9 @@ internal object BadCaseManager : LifecycleEventObserver, IMoGoAutopilotRecordLis
}
}else if(category == MsgCategory.FM_INFO){
//FM
BadCaseConfig.newFMInfoMsg = msgBoxList.bean as FMInfoMsg
if (msgBoxList.type== MsgBoxType.FMINFO) {
BadCaseConfig.newFMInfoMsg = msgBoxList.bean as FMInfoMsg
}
}
}