Merge pull request #443 from imShara/master
FIX: Can't swich to previous track with long click
This commit is contained in:
commit
6e18cf4efe
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) {
|
public void back(boolean force) {
|
||||||
if (getSongProgressMillis() > 2000) {
|
if (getSongProgressMillis() > 5000) {
|
||||||
seek(0);
|
seek(0);
|
||||||
} else {
|
} else {
|
||||||
playPreviousSong(force);
|
playPreviousSong(force);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue