Skip to content

Commit

Permalink
fix: orientation now portait
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-avec-un-i committed Mar 26, 2026
1 parent f4094c6 commit 760ae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<activity
android:name="com.group14.regicidechess.android.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:screenOrientation="portrait"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout"
android:exported="true">
<intent-filter>
Expand Down

0 comments on commit 760ae59

Please sign in to comment.