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

Commit 66d23918 authored by Santos Cordon's avatar Santos Cordon Committed by Android Git Automerger
Browse files

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

* commit 'c421278a':
  Nullify mPendingMO *before* updating the call state.
parents 0505f2bd c421278a
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;
            }
        }