Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Feb 20, 2024
1 parent abd6b0f commit 0106c5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ class ReadBookActivity : BaseReadBookActivity(),
when (dialogId) {
TEXT_COLOR -> {
setCurTextColor(color)
postEvent(EventBus.UP_CONFIG, arrayOf(2, 9))
postEvent(EventBus.UP_CONFIG, arrayOf(2, 9, 11))
}

BG_COLOR -> {
Expand Down

0 comments on commit 0106c5e

Please sign in to comment.