From 75319cb807ff33e6cc54f8b4ed6405138c5a1cf3 Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Wed, 28 Jan 2026 00:44:13 +0500 Subject: [PATCH] fix: cleanup --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 1294a352..c020df77 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -139,7 +139,7 @@ void enterNewActivity(Activity* activity) { } // Verify power button press duration on wake-up from deep sleep -// Pre-condition: wakeByPowerButton == true +// Pre-condition: isWakeupByPowerButton() == true void verifyPowerButtonDuration() { if (SETTINGS.shortPwrBtn == CrossPointSettings::SHORT_PWRBTN::SLEEP) { // Fast path for short press @@ -314,7 +314,6 @@ void setup() { setupDisplayAndFonts(); exitActivity(); - enterNewActivity(new BootActivity(renderer, mappedInputManager)); APP_STATE.loadFromFile();