fix: 外链跳转白屏

This commit is contained in:
orz12
2024-03-22 02:09:28 +08:00
parent 9891aeeb34
commit 8cd5784318

View File

@@ -47,7 +47,7 @@
<activity <activity
android:name="com.orz12.PiliPalaX.MainActivity" android:name="com.orz12.PiliPalaX.MainActivity"
android:exported="true" android:exported="true"
android:launchMode="standard" android:launchMode="singleTask"
android:theme="@style/LaunchTheme" android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"