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

Commit 417714fb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Add support for SRVCC connection clean up in Ims Service"

parents a2b91ffa 445b6932
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1413,6 +1413,9 @@ public final class ImsPhoneCallTracker extends CallTracker {
            mHandoverCall.mConnections.addAll(call.mConnections);
        }
        if (mHandoverCall.mConnections != null) {
            if (call.getImsCall() != null) {
                call.getImsCall().close();
            }
            for (Connection c : mHandoverCall.mConnections) {
                ((ImsPhoneConnection)c).changeParent(mHandoverCall);
            }