添加自定义中文分行

pull/883/head
gedoor 4 years ago
parent 256e2bb59d
commit b28f32b827
  1. 3
      app/src/main/java/io/legado/app/ui/book/read/config/MoreConfigDialog.kt

@ -111,7 +111,8 @@ class MoreConfigDialog : DialogFragment() {
(activity as? ReadBookActivity)?.setOrientation() (activity as? ReadBookActivity)?.setOrientation()
} }
PreferKey.textFullJustify, PreferKey.textFullJustify,
PreferKey.textBottomJustify -> { PreferKey.textBottomJustify,
PreferKey.useZhLayout -> {
postEvent(EventBus.UP_CONFIG, true) postEvent(EventBus.UP_CONFIG, true)
} }
PreferKey.showBrightnessView -> { PreferKey.showBrightnessView -> {

Loading…
Cancel
Save