mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Merge commit '455a3f89d5e735ba67ec9f7a240519d4eb78fad7' into beta
This commit is contained in:
commit
1423d5381f
@ -554,7 +554,7 @@ class ChatMessageAnimatedStickerItemNode: ChatMessageItemView {
|
||||
emojiFile = item.associatedData.animatedEmojiStickers[emoji.strippedEmoji]?.first?.file
|
||||
}
|
||||
|
||||
if item.message.text.count == 1 && emojiFile != nil {
|
||||
if item.message.text.count == 1, item.message.associatedMedia.isEmpty && emojiFile != nil {
|
||||
emojiString = nil
|
||||
} else if emojiString != nil {
|
||||
emojiFile = nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user