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

Co-authored-by: Andrew <andrewgallasch@gmail.com>
This commit is contained in:
ThomasSession 2024-07-17 15:06:35 +10:00 committed by GitHub
parent 400db3b37e
commit fa4539be08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}