[6.7.2]
[fix] [滑动出发后播放 下一站视频]
This commit is contained in:
@@ -232,6 +232,7 @@ object LineModel:CommonModel(){
|
|||||||
mNextStationIndex = i + 1
|
mNextStationIndex = i + 1
|
||||||
val startStation = mStations[i]
|
val startStation = mStations[i]
|
||||||
val endStation = mStations[i + 1]
|
val endStation = mStations[i + 1]
|
||||||
|
startStationVideo(endStation)
|
||||||
setTrajectoryStation(startStation, endStation, result.lineId)
|
setTrajectoryStation(startStation, endStation, result.lineId)
|
||||||
updateAutopilotControlParameters(result,i)
|
updateAutopilotControlParameters(result,i)
|
||||||
return
|
return
|
||||||
@@ -241,7 +242,6 @@ object LineModel:CommonModel(){
|
|||||||
if (i == stations.size - 1) {
|
if (i == stations.size - 1) {
|
||||||
cleanStation("updatePassengerRouteInfo最后一个站点")
|
cleanStation("updatePassengerRouteInfo最后一个站点")
|
||||||
}
|
}
|
||||||
startStationVideo(station)
|
|
||||||
isGoingToNextStation = false
|
isGoingToNextStation = false
|
||||||
mDrivingInfoCallback?.updateStationsInfo(stations as MutableList<BusStationBean>, i, true)
|
mDrivingInfoCallback?.updateStationsInfo(stations as MutableList<BusStationBean>, i, true)
|
||||||
clearAutopilotControlParameters()
|
clearAutopilotControlParameters()
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ object BusPassengerModel :CommonModel(){
|
|||||||
mNextStationIndex = i + 1
|
mNextStationIndex = i + 1
|
||||||
val startStation = mStations[i]
|
val startStation = mStations[i]
|
||||||
val endStation = mStations[i + 1]
|
val endStation = mStations[i + 1]
|
||||||
|
startStationVideo(endStation)
|
||||||
setTrajectoryStation(startStation, endStation, result.lineId)
|
setTrajectoryStation(startStation, endStation, result.lineId)
|
||||||
updateAutopilotControlParameters(result,i)
|
updateAutopilotControlParameters(result,i)
|
||||||
return
|
return
|
||||||
@@ -145,7 +146,6 @@ object BusPassengerModel :CommonModel(){
|
|||||||
if (i == stations.size - 1) {
|
if (i == stations.size - 1) {
|
||||||
cleanStation("updatePassengerRouteInfo最后一个站点")
|
cleanStation("updatePassengerRouteInfo最后一个站点")
|
||||||
}
|
}
|
||||||
startStationVideo(station)
|
|
||||||
isGoingToNextStation = false
|
isGoingToNextStation = false
|
||||||
Logger.d(SceneConstant.M_BUS_P + TAG, "order = station= arrive")
|
Logger.d(SceneConstant.M_BUS_P + TAG, "order = station= arrive")
|
||||||
mRouteLineInfoCallback!!.updateStationsInfo(stations, i, true)
|
mRouteLineInfoCallback!!.updateStationsInfo(stations, i, true)
|
||||||
|
|||||||
Reference in New Issue
Block a user