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

Commit 9360a5cf 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" am: e58b7c22

am: 2ef09052

Change-Id: I9d505f5ef4585701a9169408226024da0af09e94
parents 11d68384 2ef09052
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) {