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

Commit e7f1398a 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:...

Merge "Fix for, BT Carkit position issue when music app is killed" am: 43425b6f am: 4791a511 am: 93fa0d45
am: 79039b23

Change-Id: I2f6fee89ff4eac635351aa623630c11826ac77fb
parents eac6077c 79039b23
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);
        }
    }