davebren / Goot

16 stars 7 forks source link

Toast error message displayed when closing NavDrawer after making changes to text #28

Closed cakejelly closed 10 years ago

cakejelly commented 10 years ago

If you don't have a book open and you make a change on the NavDrawer like font type or text size, when you close the NavDrawer, a toast will appear displaying the message 'File could not be located, please download the book again'. Doesn't appear if you don't make any changes.

davebren commented 10 years ago

Good catch, if you want to fix it go ahead, just requires a check for prefs.open_book() != -999.

It would be a good test of my ability to reintegrate forks

davebren commented 10 years ago

Fixed with: https://github.com/eskimoapps/Goot/pull/29