mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-03 06:46:25 +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(){
|
public void restartLinphoneCore(){
|
||||||
destroyLinphoneCore();
|
destroyLinphoneCore();
|
||||||
startLibLinphone(mServiceContext);
|
startLibLinphone(mServiceContext);
|
||||||
|
sExited = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private synchronized void startLibLinphone(Context c) {
|
private synchronized void startLibLinphone(Context c) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue