remulasce / metroapp

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

Don't allow triplist updating while scrolling #158

Closed remulasce closed 9 years ago

remulasce commented 9 years ago

It takes a noticeable amount of time to update the TripList. This results in a stutter while scrolling every update interval.

Since it's unnoticeable when nothing's moving, we can eliminate the stutter issue by just not allowing updates while scrolling. This is similar to how we solved the dismiss-while-updating issue.

remulasce commented 9 years ago

Implemented on master Not pushed to masses