removing line reseting APP_STATE.lastSleepImage in setup

This commit is contained in:
Oyster 2026-02-01 01:20:43 -03:00
parent da4d3b5ea5
commit 7f122ba334

View File

@ -317,7 +317,6 @@ void setup() {
// Clear app state to avoid getting into a boot loop if the epub doesn't load
const auto path = APP_STATE.openEpubPath;
APP_STATE.openEpubPath = "";
APP_STATE.lastSleepImage = 0;
APP_STATE.saveToFile();
onGoToReader(path, MyLibraryActivity::Tab::Recent);
}