orientation fix

This commit is contained in:
Thomas 2020-09-12 14:11:02 +02:00
parent 3617fb3229
commit 119ad4884b
1 changed files with 1 additions and 1 deletions

View File

@ -26,10 +26,10 @@
tools:replace="android:allowBackup">
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenSize"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>