bhelx/nola-transit

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:

  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

Resolved with #63