summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index b57f06d2b5..055f8d01e6 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -565,6 +565,7 @@ static void gwps_leave_wps(void)
565 /* Play safe and unregister the hook */ 565 /* Play safe and unregister the hook */
566 lcd_activation_set_hook(NULL); 566 lcd_activation_set_hook(NULL);
567#endif 567#endif
568 send_event(GUI_EVENT_REFRESH, NULL);
568} 569}
569 570
570void gwps_draw_statusbars(void) 571void gwps_draw_statusbars(void)