summaryrefslogtreecommitdiff
path: root/apps/sleeptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r--apps/sleeptimer.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c
index b47d93698a..bd9ccc359b 100644
--- a/apps/sleeptimer.c
+++ b/apps/sleeptimer.c
@@ -74,11 +74,6 @@ bool sleeptimer_screen(void)
74 case BUTTON_PLAY: 74 case BUTTON_PLAY:
75#endif 75#endif
76 done = true; 76 done = true;
77 if (changed) {
78 lcd_stop_scroll();
79 lcd_puts(0, 0, str(LANG_MENU_SETTING_OK));
80 sleep(HZ/2);
81 }
82 break; 77 break;
83 78
84#ifdef HAVE_RECORDER_KEYPAD 79#ifdef HAVE_RECORDER_KEYPAD
@@ -90,6 +85,7 @@ bool sleeptimer_screen(void)
90 if (changed) { 85 if (changed) {
91 lcd_stop_scroll(); 86 lcd_stop_scroll();
92 lcd_puts(0, 0, str(LANG_MENU_SETTING_CANCEL)); 87 lcd_puts(0, 0, str(LANG_MENU_SETTING_CANCEL));
88 lcd_update();
93 set_sleep_timer(org_timer); 89 set_sleep_timer(org_timer);
94 sleep(HZ/2); 90 sleep(HZ/2);
95 } 91 }