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

Commit 5b7f441b authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Prevent Null Pointer Exception caused by race condition in AVRCP init"...

Merge "Prevent Null Pointer Exception caused by race condition in AVRCP init" am: e58b7c22 am: 2ef09052
am: 9360a5cf

Change-Id: I2a59964994d95d987aebc4be99b7edda4962f08d
parents d8ed0682 9360a5cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,8 +272,8 @@ public final class Avrcp {
            if (DEBUG) Log.d(TAG, "User already unlocked, initializing player lists");
            /* initializing media player's list */
            buildBrowsablePlayersList();
            buildMediaPlayersList();
        }
        buildMediaPlayersList();
    }

    public static Avrcp make(Context context) {