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

Commit d1f99454 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Update phoneState to IDLE on SRVCC complete indication"

parents f17bbcc6 ac6eb604
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;
        }
    }