Skip to content

Commit 4903ebd

Browse files
committed
feat: add screen rotation
1 parent 854877e commit 4903ebd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<activity
3131
android:name=".MainActivity"
3232
android:label="@string/app_name"
33-
android:screenOrientation="portrait"
3433
android:configChanges="orientation"
3534
android:theme="@style/AppTheme.NoActionBar"
3635
android:exported="true">
@@ -43,7 +42,6 @@
4342

4443
<activity
4544
android:name=".OnboardingActivity"
46-
android:screenOrientation="portrait"
4745
android:configChanges="orientation"
4846
android:theme="@style/AppTheme.NoActionBar"
4947
android:exported="true"/>

0 commit comments

Comments
 (0)