Explicit close

This commit is contained in:
jpirnay
2026-04-27 11:31:00 +02:00
parent bb338db11a
commit f627d0e24b
@@ -759,6 +759,7 @@ void MdReaderActivity::saveProgress() const {
data[5] = (offset >> 24) & 0xFF;
data[6] = ReaderUtils::pageProgressPercentByte(currentPage, totalPages);
f.write(data, 7);
f.close();
}
}