Skip to content

Commit

Permalink
fix(preferences.xml): change forceOrientation obsolete default to the…
Browse files Browse the repository at this point in the history
… supported one
  • Loading branch information
twaik authored Jan 22, 2025
1 parent ab92c70 commit db74d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<SwitchPreferenceCompat app:key="Reseed" app:defaultValue="true" />
<SwitchPreferenceCompat app:key="PIP" app:defaultValue="false" />
<SwitchPreferenceCompat app:key="fullscreen" app:defaultValue="false" />
<ListPreference app:key="forceOrientation" app:defaultValue="no" app:entries="@array/forceOrientationVariants" app:entryValues="@array/forceOrientationVariants" />
<ListPreference app:key="forceOrientation" app:defaultValue="auto" app:entries="@array/forceOrientationVariants" app:entryValues="@array/forceOrientationVariants" />
<SwitchPreferenceCompat app:key="hideCutout" app:defaultValue="false" />
<SwitchPreferenceCompat app:defaultValue="true" app:key="keepScreenOn" />
</PreferenceScreen>
Expand Down

0 comments on commit db74d87

Please sign in to comment.