mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 17:48:33 +00:00
Fix NPE after call failure.
This commit is contained in:
parent
0269a3eb6f
commit
7e9e2fead2
@ -924,6 +924,7 @@ public class WebRtcCallService extends Service implements CallManager.Observer,
|
|||||||
callManager.setVideoEnable(enable);
|
callManager.setVideoEnable(enable);
|
||||||
} catch (CallException e) {
|
} catch (CallException e) {
|
||||||
callFailure("setVideoEnable() failed: ", e);
|
callFailure("setVideoEnable() failed: ", e);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
localCameraState = camera.getCameraState();
|
localCameraState = camera.getCameraState();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user