summaryrefslogtreecommitdiff
path: root/apps/sleeptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r--apps/sleeptimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c
index bd9ccc359b..fb7630a241 100644
--- a/apps/sleeptimer.c
+++ b/apps/sleeptimer.c
@@ -147,7 +147,7 @@ bool sleeptimer_screen(void)
147 lcd_puts(0, 1, str(LANG_OFF)); 147 lcd_puts(0, 1, str(LANG_OFF));
148 } 148 }
149 149
150 status_draw(); 150 status_draw(true);
151 151
152 lcd_update(); 152 lcd_update();
153 } 153 }