summaryrefslogtreecommitdiff
path: root/apps/radio/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio.c')
-rw-r--r--apps/radio/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index 326e6a3bb0..44ad7694ea 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -808,7 +808,7 @@ void radio_screen(void)
808 808
809 while(1) 809 while(1)
810 { 810 {
811 button = get_action(CONTEXT_FM, TIMEOUT_BLOCK); 811 button = get_action(CONTEXT_FM|ALLOW_SOFTLOCK, TIMEOUT_BLOCK);
812 if(button == ACTION_FM_STOP) 812 if(button == ACTION_FM_STOP)
813 break; 813 break;
814 } 814 }