优化 #5601
This commit is contained in:
@@ -341,7 +341,7 @@ class TextChapterLayout(
|
|||||||
Book.imgStyleFull -> {
|
Book.imgStyleFull -> {
|
||||||
width = visibleWidth
|
width = visibleWidth
|
||||||
height = size.height * visibleWidth / size.width
|
height = size.height * visibleWidth / size.width
|
||||||
if (pageAnim != PageAnim.scrollPageAnim && height > visibleHeight) {
|
if (pageAnim != PageAnim.scrollPageAnim && height > visibleHeight - durY) {
|
||||||
width = width * visibleHeight / height
|
width = width * visibleHeight / height
|
||||||
height = visibleHeight
|
height = visibleHeight
|
||||||
prepareNextPageIfNeed(durY + height)
|
prepareNextPageIfNeed(durY + height)
|
||||||
|
|||||||
Reference in New Issue
Block a user