granular position tracking
This commit is contained in:
@@ -22,6 +22,10 @@ class EpubReaderActivity final : public ActivityWithSubactivity {
|
||||
// End-of-book prompt state
|
||||
bool showingEndOfBookPrompt = false;
|
||||
int endOfBookSelection = 2; // 0=Archive, 1=Delete, 2=Keep (default to safe option)
|
||||
|
||||
// Content offset for position restoration after re-indexing
|
||||
uint32_t savedContentOffset = 0;
|
||||
bool hasContentOffset = false; // True if we have a valid content offset to use
|
||||
|
||||
static void taskTrampoline(void* param);
|
||||
[[noreturn]] void displayTaskLoop();
|
||||
|
||||
Reference in New Issue
Block a user