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

Commit 97e25765 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "AVRCP: Pick a media player ASAP"

parents 4e9f84ef 07ac3882
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1568,7 +1568,7 @@ public final class Avrcp {

                    if (playersChanged) {
                        mHandler.sendEmptyMessage(MSG_AVAILABLE_PLAYERS_CHANGED_RSP);
                        if (newControllers.size() > 0 && (mAddressedMediaPlayer == null)) {
                        if (newControllers.size() > 0 && (mMediaController == null)) {
                            if (DEBUG)
                                Log.v(TAG,
                                        "No addressed player but active sessions, taking first.");