Merge "Fix for, BT Carkit position issue when music app is killed" am: 43425b6f4f

am: 4791a5112b

Change-Id: I3b04cc3bb13d2c6c6f810eef2d2b0a8ebe5775ec
This commit is contained in:
Satish Chandra
2019-09-26 09:15:05 -07:00
committed by android-build-merger

View File

@@ -456,6 +456,7 @@ public class MediaSessionRecord implements IBinder.DeathRecipient {
return; return;
} }
mDestroyed = true; mDestroyed = true;
mPlaybackState = null;
mHandler.post(MessageHandler.MSG_DESTROYED); mHandler.post(MessageHandler.MSG_DESTROYED);
} }
} }