Don't broadcast a change to a null song on service shutdown
Removes a workaround for now-defunct behavior
This commit is contained in:
parent
d0a88387af
commit
f2763c9eb3
@ -183,7 +183,6 @@ public final class PlaybackService extends Service implements Handler.Callback,
|
||||
saveState(true);
|
||||
|
||||
if (mMediaPlayer != null) {
|
||||
mSongTimeline = null;
|
||||
unsetFlag(FLAG_PLAYING);
|
||||
mMediaPlayer.release();
|
||||
mMediaPlayer = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user