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

Commit 0302542c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "AVRCP: Don't set globally allocated lists to null"

parents 1b7dc063 b555902b
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() {