Browse Source

去掉启动页singleTask模式

Pq 2 years ago
parent
commit
79036031d4
2 changed files with 0 additions and 2 deletions
  1. 0 1
      student/src/main/AndroidManifest.xml
  2. 0 1
      teacher/src/main/AndroidManifest.xml

+ 0 - 1
student/src/main/AndroidManifest.xml

@@ -34,7 +34,6 @@
         <activity
             android:name=".ui.splash.SplashActivity"
             android:exported="true"
-            android:launchMode="singleTask"
             android:theme="@style/SplashTheme">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />

+ 0 - 1
teacher/src/main/AndroidManifest.xml

@@ -47,7 +47,6 @@
         <activity
             android:name=".ui.splash.SplashActivity"
             android:exported="true"
-            android:launchMode="singleTask"
             android:screenOrientation="portrait"
             android:theme="@style/SplashTheme">
             <intent-filter>