[6.8.4]
[fea] [bus、shuttle、scheduled] [下发轨迹 在选择任务时]
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user