Skip to content

Commit 096c1d9

Browse files
committed
feat: Lock activity at portrait
Signed-off-by: Saalim Quadri <danascape@gmail.com>
1 parent e42ea3b commit 096c1d9

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
@@ -21,6 +21,7 @@
2121
android:name=".MainActivity"
2222
android:exported="true"
2323
android:label="@string/app_name"
24+
android:screenOrientation="portrait"
2425
android:theme="@style/Theme.Compass">
2526
<intent-filter>
2627
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)