zeroXbrock / Tomado.Android

The app that helps you work smarter. Made public for you (;
1 stars 0 forks source link

Sessions list doesn't always load on boot #19

Closed zeroXbrock closed 8 years ago

zeroXbrock commented 8 years ago

Sometimes it's empty, but when you reload the listview, by restarting the activity or something, you get the list. I suspect the listview adapter is trying to populate before the database finishes its query to load the items.

zeroXbrock commented 8 years ago

Issue is probably due to the listview trying to populate the list but not having events loaded from the database yet... Mitigating issue with a refresh feature.

zeroXbrock commented 8 years ago

Haven't seen this happen in a while... Pretty sure I hotfixed it a while ago.