Skip to content

Commit

Permalink
Merge pull request #2924 from Bnyro/master
Browse files Browse the repository at this point in the history
Fix that auto fullscreen is shown as enabled by default
  • Loading branch information
Bnyro authored Jan 31, 2023
2 parents 2d4c616 + b1e703b commit 3f5c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/player_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand Down

0 comments on commit 3f5c410

Please sign in to comment.