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

This commit is contained in:
Treehugger Robot
2019-09-26 15:45:05 +00:00
committed by Gerrit Code Review

View File

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