Merge "Notify SipSessions before closing SIP stack." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
d9e12303d2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user