RouteDetail+DrawerVC reloading cells
Closed this issue · 1 comments
Omarrasheed commented
Steps to reproduce (This sometimes works as expected and sometimes produces the bug):
- Open a route that has a bus that goes through several stops (to at least show one cell that has the expand button)
- Expand that cell while in the partiallyRevealed state
- Swipe to make the drawer transition to the collapsed state
- Bring it back up to the partiallyRevealed state
- Expand that same cell
Bug:
Although the cell was previously expanded and showing the stops between the start and stop direction of the bus route, the cell will proceed to expand once more and duplicate all bus stops in that range
Omarrasheed commented
Closing because fixed with #278