[2.13.0]wait to finish

This commit is contained in:
zhongchao
2022-11-28 11:11:59 +08:00
parent ebc451d00d
commit 12cffa44f7
2 changed files with 9 additions and 4 deletions

View File

@@ -81,6 +81,7 @@ class NoticeSocketManager {
@Override
public void onMsgReceived(NoticeTrafficStylePushData obj) {
CallerLogger.INSTANCE.d(M_NOTICE + TAG, "301001-- 交警类型公告数据:" + GsonUtil.jsonFromObject(obj));
// todo
CallerHmiManager.INSTANCE.showTrafficBanner(obj);
}
};