Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgitt committed Jan 23, 2024
1 parent de27145 commit 8353cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/AppScreen.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ namespace gfx
{
std::lock_guard<std::mutex> 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.
Expand Down

0 comments on commit 8353cd7

Please sign in to comment.