Wholphin/app/src/main/java/com/github/damontecres/wholphin
Ray 639ce0de71
Don't flash previous app content when resuming app & auto sign-in is off (#585)
## Description
When the app is put into the background with auto sign-in disabled, it
will remove the current page and show a loading indicator. This way when
the app is resumed, the previous content won't flash on screen for a
split second.

The above should technically fix #584 on its own, but as additional safe
guide, this PR also makes sure the `ApiClient` is configured before
trying to create image URLs.

### Related issues
Fixes #584
2025-12-27 15:13:45 -05:00
..
data Don't flash previous app content when resuming app & auto sign-in is off (#585) 2025-12-27 15:13:45 -05:00
preferences Better restoration for auto sign in (#566) 2025-12-24 16:44:41 -05:00
services Don't flash previous app content when resuming app & auto sign-in is off (#585) 2025-12-27 15:13:45 -05:00
ui Don't flash previous app content when resuming app & auto sign-in is off (#585) 2025-12-27 15:13:45 -05:00
util Move MPV init & destroy to looper thread (#534) 2025-12-22 10:40:42 -05:00
MainActivity.kt Don't flash previous app content when resuming app & auto sign-in is off (#585) 2025-12-27 15:13:45 -05:00
WholphinApplication.kt Fix some threading issues (#364) 2025-12-02 19:17:28 -05:00