diff options
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r-- | apps/sleeptimer.c | 6 |
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) case BUTTON_PLAY: #endif done = true; - if (changed) { - lcd_stop_scroll(); - lcd_puts(0, 0, str(LANG_MENU_SETTING_OK)); - sleep(HZ/2); - } break; #ifdef HAVE_RECORDER_KEYPAD @@ -90,6 +85,7 @@ bool sleeptimer_screen(void) if (changed) { lcd_stop_scroll(); lcd_puts(0, 0, str(LANG_MENU_SETTING_CANCEL)); + lcd_update(); set_sleep_timer(org_timer); sleep(HZ/2); } |