summaryrefslogtreecommitdiffstats
path: root/apps/shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shortcuts.c')
-rw-r--r--apps/shortcuts.c4
1 files changed, 2 insertions, 2 deletions
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;