From bc035803ba4ae971fb8e7a1f99a2f71d9abf5c90 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sat, 22 Mar 2025 19:39:01 +0100 Subject: [PATCH] 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 --- apps/gui/wps.c | 1 + apps/radio/radio.c | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 080fb461b8..0e541fd233 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -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; diff --git a/apps/radio/radio.c b/apps/radio/radio.c index 9d27c79ee0..73f1f2c4d8 100644 --- a/apps/radio/radio.c +++ b/apps/radio/radio.c @@ -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: