Skip to content

Commit

Permalink
Removed screenOrientation specification
Browse files Browse the repository at this point in the history
We want to use the device preferred orientation, which will rotate as expected when the user changes orientation.
  • Loading branch information
slouken committed Dec 30, 2024
1 parent b677db7 commit c1e7f81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android-project/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
android:exported="true"
android:label="@string/app_name"
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
android:preferMinimalPostProcessing="true"
android:screenOrientation="fullSensor">
android:preferMinimalPostProcessing="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit c1e7f81

Please sign in to comment.