Keep prewarmed session

This commit is contained in:
jpirnay
2026-04-09 13:35:31 +02:00
parent d05731ca82
commit 65eb8570d3
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -115,5 +115,5 @@ class KOReaderSyncActivity final : public Activity {
void releaseEpubForMapping();
bool computeLocalProgressAndChapter();
void computeRemoteChapter();
bool ensureRemotePositionMapped();
bool ensureRemotePositionMapped(bool closeSessionBeforeMapping = true);
};