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 31610a363e..c98f0f621d 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -1083,7 +1083,8 @@ int radio_screen(void)
1083#ifndef HAVE_NOISY_IDLE_MODE 1083#ifndef HAVE_NOISY_IDLE_MODE
1084 cpu_idle_mode(false); 1084 cpu_idle_mode(false);
1085#endif 1085#endif
1086 1086 FOR_NB_SCREENS(i)
1087 screens[i].scroll_stop(&vp[i]);
1087 viewportmanager_set_statusbar(oldbars); 1088 viewportmanager_set_statusbar(oldbars);
1088 in_screen = false; 1089 in_screen = false;
1089#if CONFIG_CODEC != SWCODEC 1090#if CONFIG_CODEC != SWCODEC