优化 #5601
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user