Merge pull request #2924 from Bnyro/master

Fix that auto fullscreen is shown as enabled by default
This commit is contained in:
Bnyro 2023-01-31 15:42:13 +01:00 committed by GitHub
commit 3f5c410e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@
<SwitchPreferenceCompat
android:icon="@drawable/ic_rotating_circle"
android:summary="@string/autoRotatePlayer_summary"
app:defaultValue="true"
app:defaultValue="false"
app:key="auto_fullscreen"
app:title="@string/autoRotatePlayer" />