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

Commit 0b948550 authored by Anthony Lee's avatar Anthony Lee Committed by Android Git Automerger
Browse files

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

* commit '30e65842':
  Change access to removeConnection so we can override it.
parents 14531903 30e65842
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);