diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index eff8def487..8dc3a347ab 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -109,7 +109,7 @@ static bool dbg_list(char *title, int count, int selection_size, gui_syncstatusbar_draw(&statusbars, true); action = get_action(CONTEXT_STD, HZ/5); if (gui_synclist_do_button(&lists, action, LIST_WRAP_UNLESS_HELD)) - gui_synclist_draw(&lists); + continue; if (action_callback) action = action_callback(action, &lists); if (action == ACTION_STD_CANCEL) |