Explorar el Código

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

Pq hace 4 meses
padre
commit
24aa45cda1
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      student/src/main/AndroidManifest.xml
  2. 0 1
      teacher/src/main/AndroidManifest.xml

+ 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>