Don't broadcast a change to a null song on service shutdown

Removes a workaround for now-defunct behavior
This commit is contained in:
Christopher Eby 2010-04-22 21:49:32 -05:00
parent d0a88387af
commit f2763c9eb3

View File

@ -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;