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

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

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

parents 66ff9503 4a8273ed
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) {