Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93fa0d45 authored by Satish Chandra's avatar Satish Chandra Committed by android-build-merger
Browse files

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

am: 4791a511

Change-Id: I3b04cc3bb13d2c6c6f810eef2d2b0a8ebe5775ec
parents f84fab04 4791a511
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);
        }
        }
    }
    }