Skip to content

Commit

Permalink
Merge pull request #539 from mash-up-kr/fix/main-launch_mode
Browse files Browse the repository at this point in the history
MainActivity launchMode 변경(singleTask)
  • Loading branch information
Sookhee authored Sep 4, 2024
2 parents f28b784 + 5f65cfe commit 1f5062e
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 @@ -103,6 +103,7 @@
android:name=".ui.main.MainActivity"
android:exported="true"
android:label="@string/title_activity_main"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:theme="@style/Theme.MashUp"
android:windowSoftInputMode="stateAlwaysHidden"
Expand Down

0 comments on commit 1f5062e

Please sign in to comment.