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

Commit 2e953cd4 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Clear ImsPhoneCallTracker pending MO call on handover"

parents 2b47e850 ae7ee6ef
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3154,6 +3154,12 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
        }
        call.mConnections.clear();
        call.mState = ImsPhoneCall.State.IDLE;
        if (mPendingMO != null) {
            // If the call is handed over before moving to alerting (i.e. e911 CSFB redial), clear
            // pending MO here.
            logi("pending MO on handover, clearing...");
            mPendingMO = null;
        }
    }

    /* package */