set sExited = false after restarting

This commit is contained in:
Simon Morlat 2015-10-30 15:05:25 +01:00
parent fdf36f4bfd
commit fe8acc77d5

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