Hide unsupported emojis for reactions
This commit is contained in:
parent
ea89ef4fcd
commit
f133586aa2
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ ListItem {
|
||||||
Image {
|
Image {
|
||||||
id: emojiPicture
|
id: emojiPicture
|
||||||
source: Emoji.getEmojiPath(modelData)
|
source: Emoji.getEmojiPath(modelData)
|
||||||
width: Theme.fontSizeLarge
|
width: status === Image.Ready ? Theme.fontSizeLarge : 0
|
||||||
height: Theme.fontSizeLarge
|
height: Theme.fontSizeLarge
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue