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

Commit 796e2fc1 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 b995b045b8f1577efb7e56b8f361b8e45b69f135)
parent e26a3835
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() {