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

Commit a9f98805 authored by Joonghong Park's avatar Joonghong Park Committed by android-build-merger
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
am: ec5db124

Change-Id: I801f311bd9f8450239e4f420877de6eea54e85e2
parents 13125e8b ec5db124
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;
        }