Skip to content

Commit

Permalink
change activity type to reduce chances of app restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Nov 29, 2024
1 parent 3d83a85 commit b12e457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTop"
android:launchMode="singleInstance"
android:alwaysRetainTaskState="true"
android:theme="@style/LaunchTheme"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
Expand Down

0 comments on commit b12e457

Please sign in to comment.