bkromhout / Minerva

Minerva is an Android app which helps you to easily organize your eBook library in powerful ways
Apache License 2.0
6 stars 0 forks source link

Have recents screen update in a more timely manner #100

Closed bkromhout closed 8 years ago

bkromhout commented 8 years ago

The recents list unfortunately doesn't do a great job of updating. I assume this is because it's trying to do so right as we're leaving the app. The end result of this is that when returning to the app, the list isn't actually in the correct order anymore.

There are two solutions which will work here; either we delay opening until it moves (not great, not sure how we'd measure this), or we make sure that we update when we come back (better, but not sure how we'd trigger this)