Use correct current page on reader screen

Fixes the page counter not updating
This commit is contained in:
Dave Allie
2025-12-03 22:34:16 +11:00
parent 7704772ebe
commit 2c80aca7b5
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ class EpubReaderScreen final : public Screen {
SemaphoreHandle_t sectionMutex = nullptr;
int currentSpineIndex = 0;
int nextPageNumber = 0;
int currentPage = 0;
bool updateRequired = false;
static void taskTrampoline(void* param);