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

Commit cf3f3c27 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "MediaFocusControl: fix comment"

parents 8a5c99c9 f51e1134
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>();