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

Commit 30e65842 authored by Anthony Lee's avatar Anthony Lee
Browse files

Change access to removeConnection so we can override it.

Bug: 18056632
Bug: 18240234
Change-Id: I4e82051a27f3565e9a854df8b27c35300cdbe2ad
parent f4d2c8ee
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);