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

Commit 0fa90812 authored by Ajay Panicker's avatar Ajay Panicker
Browse files

AVRCP: Don't set globally allocated lists to null

Bug: 79147244
Test: runtest bluetooth
Change-Id: I46b427b684b25704092f83ca72da4394065bf895
(cherry picked from commit b995b045)
parent 3f58524a
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() {