nilsbraden / ttrss-reader-fork

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

white screen on app launch #437

Closed 532910 closed 3 years ago

532910 commented 3 years ago

White flash burns eyes: ScreenRecord-2020-12-12-02-53-48 For example other apps like Orgzly, Binary Eye or Car Report has no flash. v1.96.1, android 10

nilsbraden commented 3 years ago

What youre seeing is just the default background provided by android when nothing else is loaded yet. I'm not going to implement a splash-screen because they are annoying and not actually a solution, the just waste time.

So there are two things: a) You setup your device to use a dark theme for everything. My Xiaomi does this and I get flashed with a dark screen, not much flashing going on there. b) Someone takes the time to offload all initialization into background threads without breaking anything. Not exactly an easy task and probably not worth the effort.

nilsbraden commented 3 years ago

Ok forget about what I said earlier. I might have found an elegant solution by providing a default theme that is only applied for first launch.