Skip to content

Commit

Permalink
Use singleTask launch mode for StartupActivity
Browse files Browse the repository at this point in the history
(cherry picked from commit 44a4cfe)
  • Loading branch information
nielsvanvelzen committed May 28, 2024
1 parent 66ec39f commit 0690c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
android:name=".ui.startup.StartupActivity"
android:exported="true"
android:noHistory="true"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:windowSoftInputMode="adjustNothing">
<intent-filter>
Expand Down

0 comments on commit 0690c1c

Please sign in to comment.