summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index eda56a5bf9..63cd513c78 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -45,7 +45,7 @@
45#include "icons.h" 45#include "icons.h"
46#include "screens.h" 46#include "screens.h"
47#include "peakmeter.h" 47#include "peakmeter.h"
48#include "status.h" 48#include "statusbar.h"
49#include "menu.h" 49#include "menu.h"
50#include "sound_menu.h" 50#include "sound_menu.h"
51#include "timefuncs.h" 51#include "timefuncs.h"
@@ -831,7 +831,7 @@ bool recording_screen(void)
831 lcd_puts(0, 6, buf); 831 lcd_puts(0, 6, buf);
832 } 832 }
833 833
834 status_draw(true); 834 gui_syncstatusbar_draw(&statusbars, true);
835 peak_meter_draw(0, 8 + h*2, LCD_WIDTH, h); 835 peak_meter_draw(0, 8 + h*2, LCD_WIDTH, h);
836 836
837 lcd_update(); 837 lcd_update();
@@ -860,7 +860,7 @@ bool recording_screen(void)
860 if (audio_stat & AUDIO_STATUS_ERROR) 860 if (audio_stat & AUDIO_STATUS_ERROR)
861 { 861 {
862 gui_syncsplash(0, true, str(LANG_DISK_FULL)); 862 gui_syncsplash(0, true, str(LANG_DISK_FULL));
863 status_draw(true); 863 gui_syncstatusbar_draw(&statusbars, true);
864 lcd_update(); 864 lcd_update();
865 audio_error_clear(); 865 audio_error_clear();
866 866