mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
parent
dae0d30367
commit
2ae42cb095
@ -203,6 +203,7 @@ public class WebRtcCallScreen extends FrameLayout implements RecipientModifiedLi
|
|||||||
if (this.localRenderLayout.isHidden() == cameraState.isEnabled()) {
|
if (this.localRenderLayout.isHidden() == cameraState.isEnabled()) {
|
||||||
this.localRenderLayout.setHidden(!cameraState.isEnabled());
|
this.localRenderLayout.setHidden(!cameraState.isEnabled());
|
||||||
this.localRenderLayout.requestLayout();
|
this.localRenderLayout.requestLayout();
|
||||||
|
this.localRenderer.setVisibility(cameraState.isEnabled() ? VISIBLE : INVISIBLE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user