mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-23 07:58:30 +00:00
Potentially fix crash when network goes down.
This commit is contained in:
parent
173b47ff1a
commit
ae591fb01a
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class LinphoneCoreImpl implements LinphoneCore {
|
||||||
throw new RuntimeException("object already destroyed");
|
throw new RuntimeException("object already destroyed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public void setNetworkReachable(boolean isReachable) {
|
public synchronized void setNetworkReachable(boolean isReachable) {
|
||||||
setNetworkStateReachable(nativePtr,isReachable);
|
setNetworkStateReachable(nativePtr,isReachable);
|
||||||
}
|
}
|
||||||
public void setPlaybackGain(float gain) {
|
public void setPlaybackGain(float gain) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue