Fix that auto fullscreen is shown as enabled by default

This commit is contained in:
Bnyro 2023-01-31 15:41:42 +01:00
parent 2d4c616111
commit b1e703b8c3

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" />