From 9a520d766543c4efb88da445c2bd8091d31b7ffe Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Wed, 17 Jul 2024 15:06:45 +1000 Subject: [PATCH] Update app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt Co-authored-by: Andrew --- .../java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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