fix: do not recreate player activity on uiMode configuration change

Fix #505
Fix #510
This commit is contained in:
jarnedemeulemeester 2023-09-08 17:33:01 +02:00
parent b5f0858aca
commit f5dcd7af28
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -24,7 +24,7 @@
<activity
android:name=".PlayerActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|uiMode"
android:screenOrientation="sensorLandscape"
android:launchMode="singleTask"
android:supportsPictureInPicture="true"