summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index d576755ae7..0e43cc6735 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -462,6 +462,7 @@ int radio_screen(void)
462 in_screen = true; 462 in_screen = true;
463 463
464 /* always display status bar in radio screen for now */ 464 /* always display status bar in radio screen for now */
465 global_status.statusbar_forced = statusbar?0:1;
465 global_settings.statusbar = true; 466 global_settings.statusbar = true;
466 FOR_NB_SCREENS(i) 467 FOR_NB_SCREENS(i)
467 { 468 {
@@ -1029,7 +1030,7 @@ int radio_screen(void)
1029 1030
1030 /* restore status bar settings */ 1031 /* restore status bar settings */
1031 global_settings.statusbar = statusbar; 1032 global_settings.statusbar = statusbar;
1032 1033 global_status.statusbar_forced = 0;
1033 in_screen = false; 1034 in_screen = false;
1034#if CONFIG_CODEC != SWCODEC 1035#if CONFIG_CODEC != SWCODEC
1035 return have_recorded; 1036 return have_recorded;