Autorefresh after image pages to get rid of ghosting artifacts (#116)

This commit is contained in:
jpirnay
2026-04-24 10:30:07 +02:00
parent 5d0620bc3a
commit 1bf0278eec
5 changed files with 19 additions and 0 deletions
@@ -37,6 +37,7 @@ class EpubReaderActivity final : public Activity {
int cachedChapterTotalPageCount = 0;
unsigned long lastPageTurnTime = 0UL;
unsigned long pageTurnDuration = 0UL;
bool pendingHalfRefreshAfterImagePage = false;
// Signals that the next render should reposition within the newly loaded section
// based on a cross-book percentage jump.
bool pendingPercentJump = false;