Skip to content

Commit

Permalink
Merge pull request #434 from hiennguyen92/hiennguyen92-patch-5
Browse files Browse the repository at this point in the history
Update AndroidManifest.xml
  • Loading branch information
hiennguyen92 authored Jan 20, 2024
2 parents 792622c + a69ed6c commit eb85119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:launchMode="SingleInstance"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
Expand Down

0 comments on commit eb85119

Please sign in to comment.