mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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:
parent
18c8e554fd
commit
bc035803ba
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue