[修复] 系统切换暗黑模式下字体阴影失效 #342
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
<activity
|
||||
android:name=".ui.book.read.ReadBookActivity"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:configChanges="uiMode|orientation|screenSize"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
<intent-filter>
|
||||
|
||||
@@ -377,7 +377,7 @@ class ReadBookActivity : BaseReadBookActivity(),
|
||||
override fun onConfigurationChanged(newConfig: Configuration) {
|
||||
super.onConfigurationChanged(newConfig)
|
||||
//upSystemUiVisibility()
|
||||
//binding.readView.upStatusBar()
|
||||
binding.readView.upStyle()
|
||||
recreate()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user