Update android/app/src/main/AndroidManifest.xml
This commit is contained in:
parent
d1ab79c0f9
commit
2eb9bc1084
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
android:icon="@mipmap/launcher_icon">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:launchMode="singleInstance"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:hardwareAccelerated="true"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue