kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix NPE after call failure.
rodzic
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();
|
||||
|
|
Ładowanie…
Reference in New Issue