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:
parent
8a960e77f7
commit
08f10d9f1a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user