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

Commit 55198762 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

Change-Id: I701e8aaa1e8cd13f59ce9bed3824bb1b0966ffb4
parents 4452ef2d 2c884c77
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -3154,6 +3154,12 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
        }
        }
        call.mConnections.clear();
        call.mConnections.clear();
        call.mState = ImsPhoneCall.State.IDLE;
        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 */
    /* package */