From 6b87bfadfff6c44722f8ffe5227c05c41b1b47c8 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 14 Dec 2022 03:06:04 -0500 Subject: wps.c cleanup gui_show_wps remove some old cruft move a few things around clean-up flow Change-Id: I138c6cd9e2d58ef526eb686333da413819df725d --- apps/gui/quickscreen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui/quickscreen.c') diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c index 1f32dca544..4eebe09fd3 100644 --- a/apps/gui/quickscreen.c +++ b/apps/gui/quickscreen.c @@ -410,9 +410,9 @@ static int gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter } if (ret & QUICKSCREEN_GOTO_SHORTCUTS_MENU) /* Eliminate flashing of parent during */ - pop_current_activity(ACTIVITY_REFRESH_DEFERRED); /* transition to Shortcuts */ + pop_current_activity_without_refresh(); /* transition to Shortcuts */ else - pop_current_activity(ACTIVITY_REFRESH_NOW); + pop_current_activity(); return ret; } -- cgit v1.2.3