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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index ba8fc7e7c2..b9de384707 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -567,11 +567,11 @@ bool radio_screen(void)
567 buttonbar_draw(); 567 buttonbar_draw();
568#endif 568#endif
569 lcd_update(); 569 lcd_update();
570
571 update_screen = false;
572 } 570 }
573 /* Only force the redraw if update_screen is true */ 571 /* Only force the redraw if update_screen is true */
574 status_draw(update_screen); 572 status_draw(update_screen);
573
574 update_screen = false;
575 } 575 }
576 576
577 if(audio_status() & AUDIO_STATUS_ERROR) 577 if(audio_status() & AUDIO_STATUS_ERROR)