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

Commit ac6eb604 authored by Benergy Meenan Ravuri's avatar Benergy Meenan Ravuri
Browse files

Update phoneState to IDLE on SRVCC complete indication

When an Emergency call is placed, DUT is displaying Cellular Data option
in disabled state even after exiting from ECBM mode

-Emergency call was placed over IMS and then transferred to CS
-Phone notifier notifies call state as OFFHOOK, because IMS call state
was not updated to IDLE after SRVCC complete

Change-Id: I5d605d47adc6aff4aa16b28732d2b254023f3610
CRs-Fixed: 822705
parent 7c17e346
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1662,6 +1662,7 @@ public final class ImsPhoneCallTracker extends CallTracker {
            // Make mIsSrvccCompleted flag to true after SRVCC complete.
            // After SRVCC complete sometimes SRV_STATUS_UPDATE come late.
            mIsSrvccCompleted = true;
            mState = PhoneConstants.State.IDLE;
        }
    }