Commit b8780f79 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/MainWindow/Conversation): set correctly avatar

parent dce2d1eb
......@@ -57,7 +57,7 @@ ColumnLayout {
Layout.preferredHeight: ConversationStyle.bar.avatarSize
Layout.preferredWidth: ConversationStyle.bar.avatarSize
image: _contact.vcard.avatar
image: _contact.vcard ? _contact.vcard.avatar : ''
presenceLevel: _contact.presenceLevel || -1
username: LinphoneUtils.getContactUsername(_contact)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment