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

Commit b2fb69f4 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am cf3f3c27: Merge "MediaFocusControl: fix comment"

* commit 'cf3f3c27':
  MediaFocusControl: fix comment
parents 262ef08e cf3f3c27
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1065,9 +1065,7 @@ public class MediaFocusControl implements OnFinished {

    /**
     * The stack of remote control event receivers.
     *  Code sections and methods that modify the remote control event receiver stack are
     *  synchronized on mPRStack, but also BEFORE on mFocusLock as any change in either
     *  stack, audio focus or RC, can lead to a change in the remote control display
     * All read and write operations on mPRStack are synchronized.
     */
    private final Stack<PlayerRecord> mPRStack = new Stack<PlayerRecord>();