mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2025-03-01 10:35:40 +00:00
Prevent keyboard (dis)connection from restarting the app
This commit is contained in:
parent
38c1bf292b
commit
af9f2be116
@ -44,7 +44,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden|uiMode"
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden|navigation|uiMode"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask"
|
||||
android:supportsPictureInPicture="true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user