Pārlūkot izejas kodu

singleTop没什么效果,还是改回去把

Pq 4 mēneši atpakaļ
vecāks
revīzija
24aa45cda1

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

@@ -38,7 +38,6 @@
         <activity
             android:name=".ui.splash.SplashActivity"
             android:exported="true"
-            android:launchMode="singleTop"
             android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
             android:screenOrientation="portrait"
             android:theme="@style/SplashTheme">

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

@@ -54,7 +54,6 @@
             android:name=".ui.splash.SplashActivity"
             android:exported="true"
             android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
-            android:launchMode="singleTop"
             android:screenOrientation="portrait"
             android:theme="@style/SplashTheme">
             <intent-filter>