mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge commit '2d02870d59c71da3f9000c032451d9082cfa3d07'
This commit is contained in:
@@ -209,7 +209,7 @@ class ChatMessageAnimatedStickerItemNode: ChatMessageItemView {
|
||||
}
|
||||
|
||||
if let _ = self.telegramDice {
|
||||
if let diceEmojis = item.associatedData.animatedEmojiStickers["🎲"] {
|
||||
if let diceEmojis = item.associatedData.animatedEmojiStickers["dice"] {
|
||||
let animationNode = ManagedDiceAnimationNode(context: item.context, emojis: diceEmojis.map { $0.file })
|
||||
self.animationNode = animationNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user