Skip to content

Commit

Permalink
disable landscape mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskr committed Oct 12, 2022
1 parent 08f66ec commit 271c8d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.VirtualTag">
android:screenOrientation="portrait"
android:theme="@style/Theme.VirtualTag"
tools:ignore="LockedOrientationActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 271c8d5

Please sign in to comment.