WPS/FMS: Request SBS update after softlock

Elements from the SBS would disappear after
softlock, for a WPS that displayed an SBS,
if lock notifications were enabled.

If SBS isn't used, the request doesn't
result in any immediate action.

Change-Id: I7f5e8874f4eade6f504b6b3748c9644529587bb2
This commit is contained in:
Christian Soffke 2025-03-22 19:39:01 +01:00
parent 18c8e554fd
commit bc035803ba
2 changed files with 2 additions and 0 deletions

View file

@ -1056,6 +1056,7 @@ long gui_wps_show(void)
* it requests a full update here */
case ACTION_REDRAW:
skin_request_full_update(WPS);
skin_request_full_update(CUSTOM_STATUSBAR); /* if SBS is used */
break;
case ACTION_NONE: /* Timeout, do a partial update */
update = true;

View file

@ -642,6 +642,7 @@ void radio_screen(void)
* it requests a full update here */
case ACTION_REDRAW:
skin_request_full_update(FM_SCREEN);
skin_request_full_update(CUSTOM_STATUSBAR); /* if SBS is used */
break;
default: