From 8353cd787eae5fb3782746a2797d7d0d9997601c Mon Sep 17 00:00:00 2001 From: Zbigniew Zasieczny Date: Tue, 23 Jan 2024 16:52:09 +0100 Subject: [PATCH] fixing typo --- main/AppScreen.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/AppScreen.ipp b/main/AppScreen.ipp index c73352d..e400a6f 100644 --- a/main/AppScreen.ipp +++ b/main/AppScreen.ipp @@ -161,7 +161,7 @@ namespace gfx { std::lock_guard guard(viewMutex); auto tapEvent = mNavigation.tapEvent(); - // modZZ: screen saver is broken - activates on touch and not on timeout (automatically) and does not deactivate + // FIXME: screen saver is broken - activates on touch and not on timeout (automatically) and does not deactivate // mScreenSaver(); // // Abort when Screensaver is on and no touch event happened.