Update app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt

Co-authored-by: Andrew <andrewgallasch@gmail.com>
pull/1548/head
ThomasSession 10 months ago committed by GitHub
parent 400db3b37e
commit fa4539be08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -438,7 +438,7 @@ class WebRtcCallActivity : PassphraseRequiredActionBarActivity() {
binding.contactAvatar.isVisible = !showUserAvatar
}
private fun hideAvatar(){
private fun hideAvatar() {
binding.userAvatar.isVisible = false
binding.contactAvatar.isVisible = false
}

Loading…
Cancel
Save