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

Commit 968735e5 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Android (Google) Code Review
Browse files

Merge "Fixing the NPE in SipPhone bug id: http://b/2987816" into gingerbread

parents 698ddb0c 94e49833
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -754,7 +754,7 @@ public class SipPhone extends SipPhoneBase {
                Log.v(LOG_TAG, "hangup conn: " + mPeer.getUriString() + ": "
                        + ": on phone " + getPhone().getPhoneName());
                try {
                    mSipAudioCall.endCall();
                    if (mSipAudioCall != null) mSipAudioCall.endCall();
                    setState(Call.State.DISCONNECTING);
                    setDisconnectCause(DisconnectCause.LOCAL);
                } catch (SipException e) {