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

Commit 12100678 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Android Git Automerger
Browse files

am 5c85338d: am d9e12303: Merge "Notify SipSessions before closing SIP stack." into gingerbread

* commit '5c85338d':
  Notify SipSessions before closing SIP stack.
parents ebf28fa3 5c85338d
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) {