pull/32/head
kunfei 5 years ago
parent ce1d17f12f
commit 91b12a5beb
  1. 1
      app/src/main/java/io/legado/app/ui/readbook/ReadBookActivity.kt

@ -444,6 +444,7 @@ class ReadBookActivity : VMBaseActivity<ReadBookViewModel>(R.layout.activity_rea
} }
BG_COLOR -> { BG_COLOR -> {
setBg(0, "#${color.toHexString()}") setBg(0, "#${color.toHexString()}")
ReadBookConfig.upBg()
postEvent(Bus.UP_CONFIG, false) postEvent(Bus.UP_CONFIG, false)
} }
} }

Loading…
Cancel
Save