Remove main activity launch taskAffinity, fix launch check activity to other task bug

This commit is contained in:
martindhy
2021-07-04 14:13:44 +08:00
parent 9566c51945
commit 1bb9daff3c
2 changed files with 0 additions and 2 deletions

View File

@@ -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">

View File

@@ -18,7 +18,6 @@
android:resumeWhilePausing="true"
android:screenOrientation="landscape"
android:stateNotNeeded="true"
android:taskAffinity=""
android:theme="@style/Main"
android:windowSoftInputMode="adjustPan|stateHidden">
<intent-filter>