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

* commit 'd9e12303d279654afe16319f948f93490cd1b4d5':
  Notify SipSessions before closing SIP stack.
This commit is contained in:
Hung-ying Tyan
2010-11-30 11:46:08 -08:00
committed by Android Git Automerger

View File

@@ -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) {