set sExited = false after restarting
This commit is contained in:
parent
ecc4cf85cf
commit
80211b0446
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
|
|||
public void restartLinphoneCore(){
|
||||
destroyLinphoneCore();
|
||||
startLibLinphone(mServiceContext);
|
||||
sExited = false;
|
||||
}
|
||||
|
||||
private synchronized void startLibLinphone(Context c) {
|
||||
|
|
Loading…
Reference in a new issue