Sliding to the right on the bottom bar goes to the previous one instead of seeking back now. Close kabouzeid/phonograph-issue-tracker#9
This commit is contained in:
parent
19dff92002
commit
49a2b97933
2 changed files with 36 additions and 25 deletions
|
|
@ -121,7 +121,7 @@ public class MusicPlayerRemote {
|
|||
|
||||
public static void playPreviousSong() {
|
||||
if (musicService != null) {
|
||||
musicService.back(true);
|
||||
musicService.playPreviousSong(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue