mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-01 12:56:16 +03:00
Fix: launch mode of MainActivity should be singleTop
This commit is contained in:
parent
c7409d7ac6
commit
c73beabf7e
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@
|
|||
android:name=".MainActivity"
|
||||
android:configChanges="uiMode"
|
||||
android:exported="true"
|
||||
android:label="@string/launch_name">
|
||||
android:label="@string/launch_name"
|
||||
android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue