From 08f10d9f1a3d0ce15f98639ae9f0f356ac0e6190 Mon Sep 17 00:00:00 2001 From: Philipp AUER Date: Mon, 26 May 2025 09:13:33 +0200 Subject: [PATCH] Fix OW_POPUP_BW_TIME_MODE burning a lot of cycles due to RTC queries. (#6974) Co-authored-by: sbird --- src/map_name_popup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map_name_popup.c b/src/map_name_popup.c index fe10073fc8..3dfa583caa 100644 --- a/src/map_name_popup.c +++ b/src/map_name_popup.c @@ -424,7 +424,6 @@ static void Task_MapNamePopUpWindow(u8 taskId) break; case STATE_WAIT: // Wait while the window is fully onscreen. - UpdateSecondaryPopUpWindow(GetSecondaryPopUpWindowId()); if (++task->tOnscreenTimer > 120) { task->tOnscreenTimer = 0;