Fix a case that sender avatar is not displayed.

This commit is contained in:
Black Hat
2019-05-11 16:06:15 +08:00
parent 588c23ebdc
commit 29597faae9
4 changed files with 23 additions and 30 deletions

View File

@@ -192,6 +192,15 @@ Item {
}
}
DelegateChoice {
roleValue: "sticker"
delegate: ImageDelegate {
anchors.right: sentByMe ? parent.right : undefined
Layout.maximumWidth: parent.width
}
}
DelegateChoice {
roleValue: "file"
delegate: FileDelegate {