[fea]
[bus、shuttle、scheduled]
[下发轨迹 在选择任务时]
This commit is contained in:
yangyakun
2024-12-26 10:14:48 +08:00
parent 24563d2c2d
commit 64b343c5ba

View File

@@ -60,7 +60,7 @@ object BusTrajectoryManager : ITrajectoryListListener {
)
}
if (isLogin() && currentTask != null && !isGoingToNextStation&&!(LineModel.isLastStation()?:true)) {
if (isLogin() && currentTask != null && !isGoingToNextStation && startStationIndex == 0) {
d(TAG, "syncTrajectoryInfo() start.")
startTrajReqLoop()
} else {