summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 15915d22f7..73b2773e44 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -458,7 +458,6 @@ bool f2_rec_screen(void)
458 458
459 lcd_setfont(FONT_SYSFIXED); 459 lcd_setfont(FONT_SYSFIXED);
460 lcd_getstringsize("A",&w,&h); 460 lcd_getstringsize("A",&w,&h);
461 lcd_stop_scroll();
462 461
463 while (!exit) { 462 while (!exit) {
464 char* ptr=NULL; 463 char* ptr=NULL;
@@ -573,7 +572,6 @@ bool f3_rec_screen(void)
573 572
574 lcd_setfont(FONT_SYSFIXED); 573 lcd_setfont(FONT_SYSFIXED);
575 lcd_getstringsize("A",&w,&h); 574 lcd_getstringsize("A",&w,&h);
576 lcd_stop_scroll();
577 575
578 while (!exit) { 576 while (!exit) {
579 char* ptr=NULL; 577 char* ptr=NULL;