This commit is contained in:
Horis 2024-02-28 13:59:20 +08:00
parent c57bc25e3c
commit 5f25d5dcbd

View File

@ -111,7 +111,7 @@ class ReadStyleDialog : BaseDialogFragment(R.layout.dialog_read_book_style),
postEvent(EventBus.UP_CONFIG, arrayOf(5)) postEvent(EventBus.UP_CONFIG, arrayOf(5))
} }
textFontWeightConverter.onChanged { textFontWeightConverter.onChanged {
postEvent(EventBus.UP_CONFIG, arrayOf(8)) postEvent(EventBus.UP_CONFIG, arrayOf(8, 9, 6))
} }
tvTextFont.setOnClickListener { tvTextFont.setOnClickListener {
showDialogFragment<FontSelectDialog>() showDialogFragment<FontSelectDialog>()