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

Commit be529fd3 authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "AVRCP: Pick a media player ASAP" am: 97e25765 am: 56ecadee am: 5cff0fa5

am: 6272c2f2

Change-Id: I386042f672f299ae8c5e4fe7f30cdb1b6fc8f2de
parents 8d9c31fb 6272c2f2
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.");