summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/gwps.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 26b531e332..cec0653030 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -256,12 +256,10 @@ static void gwps_fix_statusbars(void)
256/* 256/*
257 * If the user is unable to see the wps, because the display is deactivated, 257 * If the user is unable to see the wps, because the display is deactivated,
258 * we surpress updates until the wps gets actived again (the lcd driver will 258 * we surpress updates until the wps gets actived again (the lcd driver will
259 * call this hook) 259 * call this hook to issue an instant update)
260 * */ 260 * */
261static void wps_lcd_activation_hook(void) 261static void wps_lcd_activation_hook(void)
262{ 262{
263 /* issue an update */
264 wps_state.do_full_update = true;
265 /* force timeout in wps main loop, so that the update is instantly */ 263 /* force timeout in wps main loop, so that the update is instantly */
266 queue_post(&button_queue, BUTTON_NONE, 0); 264 queue_post(&button_queue, BUTTON_NONE, 0);
267} 265}