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

Commit 2c884c77 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

Change-Id: I9de9b4da2a08f7d6c62c40c2712bac088f09dc40
parents 2d7010a7 2e953cd4
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 */