Fixed NPE on updatePlaystate()
This commit is contained in:
parent
511d211d1d
commit
957e223e40
2 changed files with 2 additions and 2 deletions
|
|
@ -663,11 +663,11 @@ public class MusicService extends Service {
|
|||
} else {
|
||||
registerReceiversAndRemoteControlClient();
|
||||
player.start();
|
||||
notifyChange(PLAY_STATE_CHANGED);
|
||||
if (notNotifiedMetaChangedForCurrentTrack) {
|
||||
notifyChange(META_CHANGED);
|
||||
notNotifiedMetaChangedForCurrentTrack = false;
|
||||
}
|
||||
notifyChange(PLAY_STATE_CHANGED);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue