Some fixes around svg embedded images

This commit is contained in:
jpirnay
2026-05-18 21:10:34 +02:00
parent 81ccca7d12
commit af9e37f561
4 changed files with 51 additions and 28 deletions
+1 -1
View File
@@ -765,7 +765,7 @@ void EpubReaderActivity::onReaderMenuConfirm(EpubReaderMenuActivity::MenuAction
uint16_t backupPage = section->currentPage;
uint16_t backupPageCount = section->pageCount;
section.reset();
epub->clearCache();
epub->clearCache(true);
epub->setupCacheDir();
saveProgress(backupSpine, backupPage, backupPageCount);
if (!bookmarkStore.isEmpty()) {