diff options
-rw-r--r-- | apps/recorder/radio.c | 4 |
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) buttonbar_draw(); #endif lcd_update(); - - update_screen = false; } /* Only force the redraw if update_screen is true */ status_draw(update_screen); + + update_screen = false; } if(audio_status() & AUDIO_STATUS_ERROR) |