forked from len0rd/rockbox
Fix FS#9391 - playback engine gets confused by multiple simultaneous button presses
Change-Id: Ie08f9dabc814adfe92c382d2e770808839cd6dd2
This commit is contained in:
parent
40ecdf6811
commit
a2f28452e1
1 changed files with 1 additions and 1 deletions
|
@ -429,10 +429,10 @@ bool ffwd_rew(int button)
|
||||||
#ifdef HAVE_TOUCHSCREEN
|
#ifdef HAVE_TOUCHSCREEN
|
||||||
if (button == ACTION_TOUCHSCREEN)
|
if (button == ACTION_TOUCHSCREEN)
|
||||||
button = skintouch_to_wps(skin_get_gwps(WPS, SCREEN_MAIN)->data);
|
button = skintouch_to_wps(skin_get_gwps(WPS, SCREEN_MAIN)->data);
|
||||||
|
#endif
|
||||||
if (button != ACTION_WPS_SEEKFWD &&
|
if (button != ACTION_WPS_SEEKFWD &&
|
||||||
button != ACTION_WPS_SEEKBACK)
|
button != ACTION_WPS_SEEKBACK)
|
||||||
button = ACTION_WPS_STOPSEEK;
|
button = ACTION_WPS_STOPSEEK;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return usb;
|
return usb;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue