Improved active speaker default avatar background
This commit is contained in:
parent
c3ce265c78
commit
8f8fc58e55
1 changed files with 2 additions and 0 deletions
|
@ -376,6 +376,8 @@ private fun loadContactPictureWithCoil(
|
|||
)
|
||||
}
|
||||
} else {
|
||||
val bg = AppCompatResources.getDrawable(imageView.context, R.drawable.generated_avatar_bg)
|
||||
imageView.background = bg
|
||||
imageView.load(R.drawable.icon_single_contact_avatar)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue