Skip to content
Snippets Groups Projects
Commit 1356edb9 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

avatar: show group members

Change-Id: I686a6d590689b70d8150a50fe01df20186b664c5
parent dbb4746e
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class AvatarDrawable : Drawable {
for (contact in contacts) {
if (contact.contact.isUser) continue
notTheUser++
val bitmap = profile.avatar as? Bitmap?
val bitmap = contact.profile.avatar as? Bitmap?
if (bitmap != null) {
bitmaps.add(bitmap)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment