Hide unsupported emojis for reactions

This commit is contained in:
Sebastian Wolf 2023-11-19 14:36:06 +01:00 committed by Denis Fedoseev
parent bdc0423bf3
commit 63f4b37655

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
}