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

Commit 82d6f7e4 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "AVRCP: Don't set globally allocated lists to null" am: 0302542c am: ba9ea39a

am: 85b6944b

Change-Id: I5e1a7ef02ebf842a1939833c9977482f146310bb
parents 925bd028 85b6944b
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() {