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/shortcuts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/shortcuts.c') diff --git a/apps/shortcuts.c b/apps/shortcuts.c index 98edcf653e..cf372ce023 100644 --- a/apps/shortcuts.c +++ b/apps/shortcuts.c @@ -719,9 +719,9 @@ int do_shortcut_menu(void *ignored) } } if (GO_TO_PLUGIN == done) - pop_current_activity(ACTIVITY_REFRESH_DEFERRED); + pop_current_activity_without_refresh(); else - pop_current_activity(ACTIVITY_REFRESH_NOW); + pop_current_activity(); --buflib_move_lock; return done; -- cgit v1.2.3