nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
152 stars 41 forks source link

Welcome screen won't go away #360

Closed jr4 closed 6 years ago

jr4 commented 6 years ago

I get the welcome screen every time I go back to the top level feed list, even after days of use.

Looking at the code I see that the isFirstRun is cached in a private variable and that variable is used until the Controller is destroyed, so maybe if I restart my phone it will resolve.

jr4 commented 6 years ago

fixed in PR https://github.com/nilsbraden/ttrss-reader-fork/pull/361