summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 9057d9ead9..1882debd26 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -682,19 +682,12 @@ long gui_wps_show(void)
682 ((restoretimer == RESTORE_WPS_INSTANTLY) || 682 ((restoretimer == RESTORE_WPS_INSTANTLY) ||
683 TIME_AFTER(current_tick, restoretimer))) 683 TIME_AFTER(current_tick, restoretimer)))
684 { 684 {
685 /* restore wps backrops and statusbars */
686#if LCD_DEPTH > 1
687 show_wps_backdrop();
688#endif
689#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
690 show_remote_wps_backdrop();
691#endif
692 restore = false; 685 restore = false;
693 restoretimer = RESTORE_WPS_INSTANTLY; 686 restoretimer = RESTORE_WPS_INSTANTLY;
694 FOR_NB_SCREENS(i) 687 FOR_NB_SCREENS(i)
695 { 688 {
696 screens[i].stop_scroll(); 689 screens[i].stop_scroll();
697 if (!gui_wps_redraw(&gui_wps[i], 0, WPS_REFRESH_ALL)) 690 if (!gui_wps_display(&gui_wps[i]))
698 exit = true; 691 exit = true;
699 } 692 }
700 } 693 }