Skip to content

Commit

Permalink
changed launch mode to singleInstance (#4527)
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis David <Curtis.David7@gmail.com>
  • Loading branch information
sethkfman and cortisiko authored Jul 11, 2022
1 parent 87d7635 commit a23cabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:largeHeap="true"
>
<activity
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:name=".SplashActivity"
android:theme="@style/SplashTheme"
android:label="@string/app_name"
Expand All @@ -34,7 +34,7 @@
</intent-filter>
</activity>
<activity
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
Expand Down

0 comments on commit a23cabc

Please sign in to comment.