diff --git a/apps/gui/wps.c b/apps/gui/wps.c index c49f27c0bd..d39a3b60b5 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -546,6 +546,7 @@ static void gwps_leave_wps(bool theme_enabled) #ifdef HAVE_BACKDROP_IMAGE skin_backdrop_show(sb_get_backdrop(i)); #endif + skin_update(CUSTOM_STATUSBAR, i, SKIN_REFRESH_ALL); viewportmanager_theme_undo(i, skin_has_sbs(gwps)); } }