dwalkes / WakeMeSki

An application for the Android OS which turns your phone into a ski or snowboard alarm clock with ski resort monitoring features. This project is based on android-ski-report found at http://code.google.com/p/android-ski-report/
www.wakemeski.com
7 stars 0 forks source link

In Report view Sometimes "Loading" message flashes briefly in Report screen when loading has already completed #14

Closed dwalkes closed 14 years ago

dwalkes commented 14 years ago

I'm guessing there's a race here between getCount() being issued during the list draw and onReport() posting a null report. Would it be possible to setup the list adapter with the expected # of reports at startup? It shouldn't change for a given instance.

dwalkes commented 14 years ago

I think I fixed this with the check in to add a resort count in the ReportController class