Fix constant flickering in double pages in some chapters

Tested chapter: Abyss Azure no Zainin - Vol. 1 Ch. 3
This commit is contained in:
Jays2Kings 2023-03-19 16:43:15 -04:00
parent da73eee943
commit 475abad6f6

View file

@ -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())