WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

First Train Departure of the Day Isn't Displayed #69

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

The recycler view isn't displaying the first departure item in AmtrakCascadesScheduelsDetailsFragment.java

loganSims commented 8 years ago

The Recycler view was using the items position in the list as an index into the schedule data. This resulted in the index being off by one because the heading is at position zero.