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

Commit 831e8366 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Clear ImsPhoneCallTracker pending MO call on handover" am: 2e953cd4 am: 2c884c77

am: 55198762

Change-Id: I8a996ff325a257091bdd0c24166614a2c92eea64
parents 6a2667d4 55198762
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 */