mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix constant flickering in double pages in some chapters
Tested chapter: Abyss Azure no Zainin - Vol. 1 Ch. 3
This commit is contained in:
parent
da73eee943
commit
475abad6f6
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ class PagerPageHolder(
|
|||
extraPage = null
|
||||
return supportHingeIfThere(imageBytes.inputStream())
|
||||
} else if (shouldShiftAnyway && page.index == 1 &&
|
||||
viewer.config.shiftDoublePage && (isFirstPageNotEnd || isThirdPageNotEnd)
|
||||
viewer.config.shiftDoublePage && (isFirstPageNotEnd && isThirdPageNotEnd)
|
||||
) {
|
||||
shiftDoublePages(false)
|
||||
return supportHingeIfThere(imageBytes.inputStream())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue