bhelx / nola-transit

iOS and Android Mobile application for New Orleans public transportation
MIT License
0 stars 0 forks source link

Route Screen: Sometimes when directionId is changed from when you came in, updateInfo call resets it #62

Closed bhelx closed 6 years ago

bhelx commented 6 years ago

Steps to reproduce bug:

  1. From the home page, swipe a route over to a directionId > 0 (In this case swiping ferry route to directionId == 1).
screen shot 2018-02-16 at 5 27 39 pm
  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:
screen shot 2018-02-16 at 5 29 36 pm
  1. Swipe to directionId == 0 (headsign "Canal Street Ferry Terminal")
screen shot 2018-02-16 at 5 30 25 pm
  1. Wait until an updateInfo is called. You'll see that it automatically swipes you back to the trip you came into the screen on.
bhelx commented 6 years ago

Resolved with #63