summaryrefslogtreecommitdiff
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)
689 case ACTION_NONE: 689 case ACTION_NONE:
690 update_type = SKIN_REFRESH_NON_STATIC; 690 update_type = SKIN_REFRESH_NON_STATIC;
691 break; 691 break;
692 /* this case is used by the softlock feature
693 * it requests a full update here */
694 case ACTION_REDRAW:
695 skin_request_full_update(FM_SCREEN);
696 break;
692 697
693 default: 698 default:
694 default_event_handler(button); 699 default_event_handler(button);