mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-06 05:45:44 +00:00
Update app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt
Co-authored-by: Andrew <andrewgallasch@gmail.com>
This commit is contained in:
parent
fa4539be08
commit
9a520d7665
@ -420,7 +420,7 @@ class WebRtcCallActivity : PassphraseRequiredActionBarActivity() {
|
|||||||
binding.swapViewIcon.isVisible = showFloatingContainer
|
binding.swapViewIcon.isVisible = showFloatingContainer
|
||||||
|
|
||||||
// make sure to default to the contact's avatar if the floating container is not visible
|
// 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
|
// handle buttons
|
||||||
binding.enableCameraButton.isSelected = state.userVideoEnabled
|
binding.enableCameraButton.isSelected = state.userVideoEnabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user