Skip to content

Commit

Permalink
feat: add screenOrientation for MainActivity
Browse files Browse the repository at this point in the history
fix #6
  • Loading branch information
ilharp committed Feb 4, 2022
1 parent 60e4c96 commit b82e698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/Theme.Mfuns.Base"
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="portrait"
android:launchMode="singleTask">
<intent-filter>
Expand Down

0 comments on commit b82e698

Please sign in to comment.