This commit is contained in:
Horis 2024-04-12 19:27:39 +08:00
parent a99e170bba
commit 143f3e6e1d

View File

@ -159,10 +159,8 @@ class MoreConfigDialog : DialogFragment() {
}
PreferKey.optimizeRender -> {
ReadBook.callBack?.run {
upPageAnim(true)
upContent(resetPageOffset = false)
}
ReadBook.callBack?.upPageAnim(true)
ReadBook.loadContent(false)
}
}
}