fix #15, restart the notification ticker when restarting the song

This commit is contained in:
tibbi 2016-08-22 20:32:14 +02:00
parent 24df68059a
commit 8e53366615

View file

@ -422,6 +422,7 @@ public class MusicService extends Service
private void restartSong() {
mPlayer.seekTo(0);
setupNotification();
}
private void playSong(Intent intent) {