Skip to content

Commit

Permalink
Change launchMode on MainActivity from "singleTop" to "singleTask"
Browse files Browse the repository at this point in the history
singleTask looks a more correct launchMode for the MainActivity
  • Loading branch information
hamorillo committed Oct 29, 2024
1 parent 0c378fc commit f317732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<activity
android:name=".ui.MainActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:colorMode="default"
android:exported="true"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
Expand Down

0 comments on commit f317732

Please sign in to comment.