diff --git a/apps/onplay.c b/apps/onplay.c index 762ab9e58b..d262eced3d 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -582,7 +582,6 @@ int onplay(char* file, int attr, int from) } /* DIY menu handling, since we want to exit after selection */ - button_clear_queue(); if (i) { m = menu_init( items, i, onplay_callback, NULL, NULL, NULL );