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

am: 79039b2300

Change-Id: I2f6fee89ff4eac635351aa623630c11826ac77fb
This commit is contained in:
Satish Chandra
2019-09-26 09:39:45 -07:00
committed by android-build-merger

View File

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