Hide unsupported emojis for reactions

This commit is contained in:
Sebastian Wolf 2023-11-19 14:36:06 +01:00
parent ea89ef4fcd
commit f133586aa2
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A

View file

@ -687,7 +687,7 @@ ListItem {
Image {
id: emojiPicture
source: Emoji.getEmojiPath(modelData)
width: Theme.fontSizeLarge
width: status === Image.Ready ? Theme.fontSizeLarge : 0
height: Theme.fontSizeLarge
}