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

Commit f51e1134 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

MediaFocusControl: fix comment

Comment about role of audio focus isn't valid anymore.

Change-Id: I608d8cf9d5d9c4449384e2788e5eb5ea42c97eca
parent c4200b72
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>();