This commit is contained in:
Horis
2025-12-12 15:47:40 +08:00
parent 0944de1ad6
commit f20d9d2f46
@@ -341,7 +341,7 @@ class TextChapterLayout(
Book.imgStyleFull -> {
width = visibleWidth
height = size.height * visibleWidth / size.width
if (pageAnim != PageAnim.scrollPageAnim && height > visibleHeight) {
if (pageAnim != PageAnim.scrollPageAnim && height > visibleHeight - durY) {
width = width * visibleHeight / height
height = visibleHeight
prepareNextPageIfNeed(durY + height)