diff --git a/apps/gui/list.c b/apps/gui/list.c index b39684ff92..70b04c4313 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -844,7 +844,7 @@ bool simplelist_show_list(struct simplelist_info *info) while(1) { - list_do_action(CONTEXT_STD, info->timeout, + list_do_action(CONTEXT_LIST, info->timeout, &lists, &action, wrap); /* We must yield in this case or no other thread can run */