fix ui problem

This commit is contained in:
zhongchao
2021-08-11 20:08:33 +08:00
parent 6347e94604
commit b8f8356c09
5 changed files with 12 additions and 9 deletions

View File

@@ -164,7 +164,7 @@ public class DispatchAutoPilotManager implements IMogoOnMessageListener<Dispatch
DispatchAdasAutoPilotLocReceiverBean.DISPATCH_SOURCE_EZHOU, DispatchAdasAutoPilotLocReceiverBean.DISPATCH_TYPE_START, "1",
26.825571122, 112.5762410415, "起点---5号跑道",
26.825571122, 112.5762410415, "终点---鄂州机场",
"5分钟", "AR453航班", "实现调度", System.currentTimeMillis());
"5分钟", "AR453航班", "你车需执行编号ca1098次航班的引导任务从A区A1到B区B1", System.currentTimeMillis());
this.receiverBean = adasAutoPilotLocReceiverBean;
DispatchDialogManager.getInstance(mContext).showDialog(adasAutoPilotLocReceiverBean);
}