summaryrefslogtreecommitdiff
path: root/apps/sleeptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r--apps/sleeptimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c
index 4e6ca5313e..982cbe621a 100644
--- a/apps/sleeptimer.c
+++ b/apps/sleeptimer.c
@@ -28,7 +28,7 @@
28#include "settings.h" 28#include "settings.h"
29#include "power.h" 29#include "power.h"
30#include "powermgmt.h" 30#include "powermgmt.h"
31#include "status.h" 31#include "statusbar.h"
32#include "debug.h" 32#include "debug.h"
33#include "talk.h" 33#include "talk.h"
34#include "icons.h" 34#include "icons.h"
@@ -155,7 +155,7 @@ bool sleeptimer_screen(void)
155 } 155 }
156 } 156 }
157 157
158 status_draw(true); 158 gui_syncstatusbar_draw(&statusbars, true);
159 159
160 lcd_update(); 160 lcd_update();
161 } 161 }