set sExited = false after restarting

This commit is contained in:
Simon Morlat 2015-10-30 15:05:25 +01:00 committed by Margaux Clerc
parent 6a19035397
commit c54a77a762

View file

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