diff --git a/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt b/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt index ac4b88896a..6133f2dee7 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt @@ -420,7 +420,7 @@ class WebRtcCallActivity : PassphraseRequiredActionBarActivity() { binding.swapViewIcon.isVisible = showFloatingContainer // make sure to default to the contact's avatar if the floating container is not visible - if(!showFloatingContainer) showAvatar(false) + if (!showFloatingContainer) showAvatar(false) // handle buttons binding.enableCameraButton.isSelected = state.userVideoEnabled