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

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

Merge "Notify SipSessions before closing SIP stack." into gingerbread

parents 0bba9535 5d0c5cf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ class SipSessionGroup implements SipListener {

    public synchronized void close() {
        Log.d(TAG, " close stack for " + mLocalProfile.getUriString());
        onConnectivityChanged();
        mSessionMap.clear();
        closeToNotReceiveCalls();
        if (mSipStack != null) {