diff --git a/src/main.cpp b/src/main.cpp index 9cfa7033..2f92eae1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -210,6 +210,7 @@ void waitForPowerRelease() { // Enter deep sleep mode void enterDeepSleep() { + powerManager.setPowerSaving(false); APP_STATE.lastSleepFromReader = currentActivity && currentActivity->isReaderActivity(); APP_STATE.saveToFile(); exitActivity();