mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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…
Add table
Reference in a new issue