[290 taxi司机端] 报错处理

This commit is contained in:
wangmingjun
2022-07-25 16:16:31 +08:00
parent a86ab5f2ac
commit f93053301d

View File

@@ -180,6 +180,7 @@ public class TaxiPresenter extends Presenter<TaxiFragment> implements ITaxiADASS
public void onAutopilotRunning() {
runOnUIThread(() -> mView.updateAutopilotStatus(
IMoGoAutopilotStatusListener.STATUS_AUTOPILOT_RUNNING));
}
@Override