修复初始化界面备份失败与NPE问题

This commit is contained in:
HapeLee
2025-08-27 14:14:09 +08:00
parent 98c2aa6d2b
commit 9b1c155f77
6 changed files with 143 additions and 89 deletions
+3 -1
View File
@@ -135,7 +135,9 @@
</activity>
<activity
android:name=".ui.welcome.WelcomeActivity"
android:exported="false" />
android:enableOnBackInvokedCallback="true"
android:exported="false"
android:windowSoftInputMode="adjustPan|stateHidden" />
<!-- 阅读界面 -->
<activity
android:name=".ui.book.read.ReadBookActivity"