mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -126,6 +126,12 @@ public final class ReactionNode: ASDisplayNode, ReactionItemNode {
|
||||
|
||||
super.init()
|
||||
|
||||
if item.stillAnimation.isCustomTemplateEmoji {
|
||||
if let animationNode = self.staticAnimationNode as? DefaultAnimatedStickerNodeImpl {
|
||||
animationNode.dynamicColor = theme.chat.inputPanel.panelControlAccentColor
|
||||
}
|
||||
}
|
||||
|
||||
if let animateInAnimationNode = self.animateInAnimationNode {
|
||||
self.addSubnode(animateInAnimationNode)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user