Skip to content

Commit 23c69f3

Browse files
authored
Merge pull request #830 from synonymdev/fix/prevent-landscape
fix(ui): prevent screen rotation
2 parents 362f7d0 + bea3385 commit 23c69f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
android:name=".ui.MainActivity"
5757
android:exported="true"
5858
android:launchMode="singleTask"
59+
android:screenOrientation="portrait"
5960
android:theme="@style/Theme.App.Splash"
6061
android:windowSoftInputMode="adjustResize|stateHidden">
6162
<intent-filter>

0 commit comments

Comments
 (0)