[2.13.2] 修复闯红灯预警icon错误的问题

This commit is contained in:
lixiaopeng
2023-01-10 19:29:38 +08:00
parent ccf1f2efa5
commit 73f81141f1
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
package com.mogo.eagle.core.function.call.msgbox
import android.content.Context
import android.util.Log
import com.mogo.eagle.core.data.constants.MogoServicePaths
import com.mogo.eagle.core.data.msgbox.MsgBoxBean
import com.mogo.eagle.core.function.api.msgbox.IMsgBoxProvider
@@ -24,6 +25,7 @@ object CallerMsgBoxManager {
* 存储数据到消息盒子
*/
fun saveMsgBox(bean: MsgBoxBean) {
Log.d("liyz", "saveMsgBox json = ${bean.bean2Json} --sourceType = ${bean.sourceType} ")
providerApi?.saveMsg(bean)
}