remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Android TripPopulator can't deal with null / empty Trips. #210

Open remulasce opened 9 years ago

remulasce commented 9 years ago

TP assumes that every Trip has a UI and can be dismissed, etc.

This forced up to put some code into StopServiceRequest to check this. The way it handles it messes up smooth reflow when you dismiss any other Trips.