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

Commit 55b1eb84 authored by Anthony Lee's avatar Anthony Lee Committed by Android Git Automerger
Browse files

am 0b948550: am 30e65842: Change access to removeConnection so we can override it.

* commit '0b948550':
  Change access to removeConnection so we can override it.
parents bb7388a8 0b948550
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1039,7 +1039,8 @@ public abstract class ConnectionService extends Service {
        connection.setConnectionService(this);
    }

    private void removeConnection(Connection connection) {
    /** {@hide} */
    protected void removeConnection(Connection connection) {
        String id = mIdByConnection.get(connection);
        connection.unsetConnectionService(this);
        connection.removeConnectionListener(mConnectionListener);