fix #15, restart the notification ticker when restarting the song
This commit is contained in:
parent
24df68059a
commit
8e53366615
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ public class MusicService extends Service
|
|||
|
||||
private void restartSong() {
|
||||
mPlayer.seekTo(0);
|
||||
setupNotification();
|
||||
}
|
||||
|
||||
private void playSong(Intent intent) {
|
||||
|
|
Loading…
Reference in a new issue