ask_resume(): Ignore ON with repeat too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-11-14 16:10:38 +00:00
parent 1484ece76e
commit c9184057e8

View File

@ -580,6 +580,7 @@ static bool ask_resume(bool ask_once)
still be pressed since booting */
case BUTTON_ON:
case BUTTON_ON | BUTTON_REL:
case BUTTON_ON | BUTTON_REPEAT:
break;
case SYS_USB_CONNECTED: