Route Screen: Sometimes when directionId is changed from when you came in, updateInfo call resets it
Closed this issue · 1 comments
bhelx commented
Steps to reproduce bug:
- From the home page, swipe a route over to a directionId > 0 (In this case swiping ferry route to directionId == 1).
- Click that route. You should see that the trip headsign is what it was on the Home page (algiers point ferry terminal) and the directionId will be 1:
- Swipe to directionId == 0 (headsign "Canal Street Ferry Terminal")
- Wait until an
updateInfo
is called. You'll see that it automatically swipes you back to the trip you came into the screen on.