This commit is contained in:
Horis
2025-02-18 20:42:50 +08:00
parent 9b7ce8e0f6
commit 0653486f2c
@@ -196,6 +196,9 @@ object ReadBook : CoroutineScope by MainScope() {
ReadBookConfig.isComic = book.isImage
if (oldIndex != ReadBookConfig.styleSelect) {
postEvent(EventBus.UP_CONFIG, arrayListOf(1, 2, 5))
if (AppConfig.readBarStyleFollowPage) {
postEvent(EventBus.UPDATE_READ_ACTION_BAR, true)
}
}
}