mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 07:27:26 +00:00
Fix NPE after call failure.
This commit is contained in:

committed by
Greyson Parrelli

parent
0269a3eb6f
commit
7e9e2fead2
@@ -924,6 +924,7 @@ public class WebRtcCallService extends Service implements CallManager.Observer,
|
||||
callManager.setVideoEnable(enable);
|
||||
} catch (CallException e) {
|
||||
callFailure("setVideoEnable() failed: ", e);
|
||||
return;
|
||||
}
|
||||
|
||||
localCameraState = camera.getCameraState();
|
||||
|
Reference in New Issue
Block a user