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

Commit c0825e3f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix ordering of calls when initiating ECT from MMI code '4'." into sc-dev

parents aedad432 5898f44a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2102,7 +2102,10 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
        }

        try {
            fgImsCall.consultativeTransfer(bgImsCall);
            // Per 3GPP TS 24.629 - A.2, the signalling for a consultative transfer should send the
            // REFER on the background held call with the foreground call specified as the
            // destination.
            bgImsCall.consultativeTransfer(fgImsCall);
        } catch (ImsException e) {
            throw new CallStateException(e.getMessage());
        }