set sExited = false after restarting

This commit is contained in:
Simon Morlat 2015-10-30 15:05:25 +01:00
parent ecc4cf85cf
commit 80211b0446

View file

@ -569,6 +569,7 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
public void restartLinphoneCore(){
destroyLinphoneCore();
startLibLinphone(mServiceContext);
sExited = false;
}
private synchronized void startLibLinphone(Context c) {