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

Commit ec5db124 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix BT keeping wrong state issue" am: 7cd490c9 am: 4f73919d"...

Merge "Merge "Fix BT keeping wrong state issue" am: 7cd490c9 am: 4f73919d" into qt-dev-plus-aosp
parents 199e67ea 5488beb4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -729,6 +729,9 @@ public class MediaSessionRecord implements IBinder.DeathRecipient {
        PlaybackState state;
        long duration;
        synchronized (mLock) {
            if (mDestroyed) {
                return null;
            }
            state = mPlaybackState;
            duration = mDuration;
        }