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

Commit b555902b authored by Ajay Panicker's avatar Ajay Panicker Committed by Myles Watson
Browse files

AVRCP: Don't set globally allocated lists to null

Bug: 79147244
Test: runtest bluetooth
Change-Id: I46b427b684b25704092f83ca72da4394065bf895
parent dd070ba8
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() {