FIX: Can't swich to previous track with long click
Many heatsets can switch track with long click on volume buttons. Two long clicks requires around 5 seconds. With 2 seconds soooo hard to do this.
This commit is contained in:
parent
0cc205cc01
commit
0b7211b675
1 changed files with 1 additions and 1 deletions
|
|
@ -886,7 +886,7 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
|||
}
|
||||
|
||||
public void back(boolean force) {
|
||||
if (getSongProgressMillis() > 2000) {
|
||||
if (getSongProgressMillis() > 5000) {
|
||||
seek(0);
|
||||
} else {
|
||||
playPreviousSong(force);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue