mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
set sExited = false after restarting
This commit is contained in:
parent
c4ba2287bd
commit
5bd625d143
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,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