From 1bb9daff3c65544aa2ec70debefd2a414d1ab3bc Mon Sep 17 00:00:00 2001 From: martindhy Date: Sun, 4 Jul 2021 14:13:44 +0800 Subject: [PATCH] Remove main activity launch taskAffinity, fix launch check activity to other task bug --- .../mogo-module-main-independent/src/main/AndroidManifest.xml | 1 - .../mogo-module-main-launcher/src/main/AndroidManifest.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/main-extensions/mogo-module-main-independent/src/main/AndroidManifest.xml b/main-extensions/mogo-module-main-independent/src/main/AndroidManifest.xml index 6f909c3e53..a3fe6bb024 100644 --- a/main-extensions/mogo-module-main-independent/src/main/AndroidManifest.xml +++ b/main-extensions/mogo-module-main-independent/src/main/AndroidManifest.xml @@ -15,7 +15,6 @@ android:resumeWhilePausing="true" android:screenOrientation="landscape" android:stateNotNeeded="true" - android:taskAffinity="" android:hardwareAccelerated="true" android:theme="@style/Main" android:windowSoftInputMode="adjustPan|stateHidden"> diff --git a/main-extensions/mogo-module-main-launcher/src/main/AndroidManifest.xml b/main-extensions/mogo-module-main-launcher/src/main/AndroidManifest.xml index 5742878897..7735934f22 100644 --- a/main-extensions/mogo-module-main-launcher/src/main/AndroidManifest.xml +++ b/main-extensions/mogo-module-main-launcher/src/main/AndroidManifest.xml @@ -18,7 +18,6 @@ android:resumeWhilePausing="true" android:screenOrientation="landscape" android:stateNotNeeded="true" - android:taskAffinity="" android:theme="@style/Main" android:windowSoftInputMode="adjustPan|stateHidden">