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

Commit 72b8fbfe authored by Libin.Tang@motorola.com's avatar Libin.Tang@motorola.com Committed by android-build-merger
Browse files

Fix the issue that Volte call is not cleaned up properly from telephony...

Fix the issue that Volte call is not cleaned up properly from telephony framework when call failure is notified through dial command response. automerge: 990c42d7
automerge: 147e9897

* commit '147e9897':
  Fix the issue that Volte call is not cleaned up properly from telephony framework when call failure is notified through dial command response.
parents c2552f74 147e9897
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -993,6 +993,9 @@ public final class ImsPhoneCallTracker extends CallTracker {
                    mPendingMO = null;
                    mPhone.initiateSilentRedial();
                    return;
                } else {
                    int cause = getDisconnectCauseFromReasonInfo(reasonInfo);
                    processCallStateChange(imsCall, ImsPhoneCall.State.DISCONNECTED, cause);
                }
                mPendingMO = null;
            }