Fix launching on Android 12

This commit is contained in:
Sylvia van Os
2022-01-11 23:32:58 +01:00
committed by GitHub
parent ac682fa525
commit a1b4a8df16

View File

@@ -30,6 +30,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"