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

Commit 523593db 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 6785d68a 796e2fc1
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() {