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

Commit 5d0c5cf2 authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

Notify SipSessions before closing SIP stack.

Bug: 3116480
Change-Id: I748d63382ade250aed27ccb09ea68c76a433fd27
parent 23656899
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) {