summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/recording.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index bf25c877b5..d67124a6cf 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -669,6 +669,9 @@ bool recording_screen(void)
669 done = true; 669 done = true;
670 } 670 }
671 } 671 }
672
673 invert_led(false);
674
672 if(mpeg_status() & MPEG_STATUS_ERROR) 675 if(mpeg_status() & MPEG_STATUS_ERROR)
673 { 676 {
674 splash(0, true, str(LANG_DISK_FULL)); 677 splash(0, true, str(LANG_DISK_FULL));
@@ -684,8 +687,6 @@ bool recording_screen(void)
684 } 687 }
685 } 688 }
686 689
687 invert_led(false);
688
689 mpeg_init_playback(); 690 mpeg_init_playback();
690 691
691 sound_settings_apply(); 692 sound_settings_apply();