Fixed app

This commit is contained in:
frederikpyt 2020-08-04 08:56:59 +02:00
parent b59189eac0
commit 3064d412b3
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name=".MainActivity" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />