[2.13.0] bus任务开始前提醒删除逻辑

This commit is contained in:
wangmingjun
2022-12-02 16:29:15 +08:00
parent 0476280f63
commit 10111ccb13

View File

@@ -433,7 +433,6 @@ public class BusOrderModel {
clearAutopilotControlParameters();
closeBeautificationMode();
clearStartAutopilotTag();
removeTipRunnables();
return;
}
CallerLogger.INSTANCE.d(M_BUS + TAG, "获取到小巴路线数据: " + data);
@@ -517,6 +516,7 @@ public class BusOrderModel {
endOrAbortTaskSuccess();
clearBusStationDatas();
queryBusRoutes();
removeTipRunnables();
// startOrStopQueryPassengerWriteOff(false);
}
}
@@ -794,6 +794,8 @@ public class BusOrderModel {
beforeTaskTips();
}
// startOrStopQueryPassengerWriteOff(true);
}else {
removeTipRunnables();
}
BusStationBean currentStation = stationList.get(backgroundCurrentStationIndex);
@@ -961,6 +963,7 @@ public class BusOrderModel {
endOrAbortTaskSuccess();
clearBusStationDatas();
queryBusRoutes();// 重新获取任务
removeTipRunnables();
// startOrStopQueryPassengerWriteOff(false);
VoiceNotice.showNotice(mContext.getString(R.string.bus_end_task_tip));
}