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

Commit be70fe67 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Clear disconnected connections when detaching." into lmp-mr1-dev

parents 36785548 db3aec65
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -154,10 +154,7 @@ public class ImsPhoneCall extends Call {
    /*package*/ void
    detach(ImsPhoneConnection conn) {
        mConnections.remove(conn);

        if (mConnections.size() == 0) {
            mState = State.IDLE;
        }
        clearDisconnected();
    }

    /**