summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/radio/radio.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index 44ad7694ea..4502400677 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -689,6 +689,11 @@ void radio_screen(void)
case ACTION_NONE:
update_type = SKIN_REFRESH_NON_STATIC;
break;
+ /* this case is used by the softlock feature
+ * it requests a full update here */
+ case ACTION_REDRAW:
+ skin_request_full_update(FM_SCREEN);
+ break;
default:
default_event_handler(button);