diff options
Diffstat (limited to 'apps/onplay.c')
-rw-r--r-- | apps/onplay.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index e44e81ee5d..e4e2a7b3b8 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -429,8 +429,7 @@ static bool playing_time(void) gui_synclist_draw(&pt_lists); gui_synclist_speak_item(&pt_lists); while (true) { - if (list_do_action(CONTEXT_LIST, HZ/2, - &pt_lists, &key, LIST_WRAP_UNLESS_HELD) == 0 + if (list_do_action(CONTEXT_LIST, HZ/2, &pt_lists, &key) == 0 && key!=ACTION_NONE && key!=ACTION_UNKNOWN) { talk_force_shutup(); |