Skip to content
Snippets Groups Projects
Commit c73beabf authored by kr328's avatar kr328
Browse files

Fix: launch mode of MainActivity should be singleTop

parent c7409d7a
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,8 @@ ...@@ -41,7 +41,8 @@
android:name=".MainActivity" android:name=".MainActivity"
android:configChanges="uiMode" android:configChanges="uiMode"
android:exported="true" android:exported="true"
android:label="@string/launch_name"> android:label="@string/launch_name"
android:launchMode="singleTop">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment