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

Commit 3f019a1b authored by Santos Cordon's avatar Santos Cordon Committed by Android Git Automerger
Browse files

am 66d23918: am c421278a: Merge "Nullify mPendingMO *before* updating the call...

am 66d23918: am c421278a: Merge "Nullify mPendingMO *before* updating the call state." into mnc-dr-dev

* commit '66d23918':
  Nullify mPendingMO *before* updating the call state.
parents 6aae9613 66d23918
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1140,10 +1140,10 @@ public final class ImsPhoneCallTracker extends CallTracker {
                    mPhone.initiateSilentRedial();
                    return;
                } else {
                    mPendingMO = null;
                    int cause = getDisconnectCauseFromReasonInfo(reasonInfo);
                    processCallStateChange(imsCall, ImsPhoneCall.State.DISCONNECTED, cause);
                }
                mPendingMO = null;
            }
        }