diff options
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/list.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c index 6f61a61..6455105 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -1283,9 +1283,8 @@ bool simplelist_show_list(struct simplelist_info *info) while(1) { gui_syncstatusbar_draw(&statusbars, true); - if (list_do_action(CONTEXT_STD, info->timeout, - &lists, &action, LIST_WRAP_UNLESS_HELD)) - continue; + list_do_action(CONTEXT_STD, info->timeout, + &lists, &action, LIST_WRAP_UNLESS_HELD); if (info->action_callback) { action = info->action_callback(action, &lists); |