2 Комити f53349027b ... 24aa45cda1

Аутор SHA1 Порука Датум
  Pq 24aa45cda1 singleTop没什么效果,还是改回去把 пре 5 месеци
  Pq ab83cb0343 优化SplashActivity启动模式(用于外部浏览器唤起) пре 5 месеци
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      teacher/src/main/AndroidManifest.xml

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

@@ -48,10 +48,12 @@
 
         <activity
             android:name=".ui.mine.UnBindBankCardActivity"
+            android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
             android:exported="false" />
         <activity
             android:name=".ui.splash.SplashActivity"
             android:exported="true"
+            android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
             android:screenOrientation="portrait"
             android:theme="@style/SplashTheme">
             <intent-filter>