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:
Karim Abou Zeid 2015-09-08 11:29:43 +02:00
commit 49a2b97933
2 changed files with 36 additions and 25 deletions

View file

@ -121,7 +121,7 @@ public class MusicPlayerRemote {
public static void playPreviousSong() {
if (musicService != null) {
musicService.back(true);
musicService.playPreviousSong(true);
}
}