Fix OW_POPUP_BW_TIME_MODE burning a lot of cycles due to RTC queries. (#6974)

Co-authored-by: sbird <sbird@no.tld>
This commit is contained in:
Philipp AUER 2025-05-26 09:13:33 +02:00 committed by GitHub
parent 8a960e77f7
commit 08f10d9f1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;