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

Commit a00f1b6d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AVRCP: Don't set globally allocated lists to null" into pi-dev

parents d16c4257 0fa90812
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -194,10 +194,6 @@ public class MediaPlayerList {
            player.disconnect();
        }
        mBrowsablePlayers.clear();

        mMediaPlayerIds = null;
        mMediaPlayers = null;
        mBrowsablePlayers = null;
    }

    int getCurrentPlayerId() {