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

Commit 4791a511 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

Change-Id: I838cf7ac68d75296ee93be235c8ad559c7388280
parents a9c2747b 43425b6f
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);
        }
    }