jellyfin-android/app
Maxr1998 fecd370a25 Fix app returning to WebViewFragment when activity restarts
`repeatOnLifecycle(Lifecycle.State.STARTED)` caused the flow collection to be restarted after the activity was stopped and then started again (for example, when opening another activity on top and then going back).
However, this triggered `handleServerState` with the current state again, which unintentionally replaced the current fragment (for example the player or settings) with the WebViewFragment.
The solution is to permanently collect the latest server state, but delay its application to the lifecycle start of the activity.
2023-08-25 20:17:30 +02:00
..
schemas/org.jellyfin.mobile.data.JellyfinDatabase Move database schema files to new location 2022-03-28 20:52:54 +02:00
src Fix app returning to WebViewFragment when activity restarts 2023-08-25 20:17:30 +02:00
baselineWorkaround.gradle Add workaround for non reproducible baseline profiles in AGP to libre builds (#1065) 2023-05-17 14:35:11 +02:00
build.gradle.kts Remove RedScreenOfDeath 2023-08-21 22:33:42 +02:00
proguard-rules.pro Refactor application packages 2022-01-24 20:28:20 +01:00