diff --git a/src/WatchFace.cpp b/src/WatchFace.cpp index b40e5b0..690ff4f 100644 --- a/src/WatchFace.cpp +++ b/src/WatchFace.cpp @@ -31,7 +31,6 @@ void WatchFace::HandleButtonPress(uint64_t buttonMask) m_menu.Redraw(false); const std::vector buttons = {MENU_BTN_PIN, UP_BTN_PIN, DOWN_BTN_PIN, BACK_BTN_PIN}; - ClearBusyCallback(); while (m_inMenu) { for (int button : buttons) { @@ -59,8 +58,6 @@ void WatchFace::HandleButtonPress(uint64_t buttonMask) } } } - - SetBusyCallback(); } } }