mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2024-11-30 17:40:40 +00:00
fecd370a25
`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. |
||
---|---|---|
.. | ||
schemas/org.jellyfin.mobile.data.JellyfinDatabase | ||
src | ||
baselineWorkaround.gradle | ||
build.gradle.kts | ||
proguard-rules.pro |