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

Commit 79039b23 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

am: 93fa0d45

Change-Id: I255e17d94623c878d6859528c32260186ce6be09
parents 10847405 93fa0d45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -456,6 +456,7 @@ public class MediaSessionRecord implements IBinder.DeathRecipient {
                return;
            }
            mDestroyed = true;
            mPlaybackState = null;
            mHandler.post(MessageHandler.MSG_DESTROYED);
        }
    }