mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 20:08:08 +00:00
set sExited = false after restarting
This commit is contained in:
parent
fdf36f4bfd
commit
fe8acc77d5
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…
Add table
Reference in a new issue