Merge "Fix for, BT Carkit position issue when music app is killed"

am: 43425b6f4f

Change-Id: I838cf7ac68d75296ee93be235c8ad559c7388280
This commit is contained in:
Satish Chandra
2019-09-26 09:08:32 -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);
}
}