[6.5.0] passenger cross road ui

This commit is contained in:
EmArrow
2024-06-28 16:29:40 +08:00
parent d57341a2c6
commit c2f258c3c4
8 changed files with 23 additions and 14 deletions

View File

@@ -26,14 +26,14 @@ object CallerMsgBoxManager {
*/
fun saveMsgBox(bean: MsgBoxBean) {
CallerTrace.write(TAG,bean)
providerApi?.saveMsg(bean)
providerApi?.saveMsg(bean) //todo emArrow test
}
/**
* 存储含有pb的数据到消息盒子(区别与上述方法中的trace write)
*/
fun saveMsgBoxHasPB(bean: MsgBoxBean){
providerApi?.saveMsg(bean)
// providerApi?.saveMsg(bean) //todo emArrow test
}
/**