mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -280,7 +280,7 @@ private final class ContextControllerActionsListActionItemNode: HighlightTrackin
|
||||
} else if let animationName = self.item.animationName {
|
||||
if self.animationNode == nil {
|
||||
let animationNode = AnimationNode(animation: animationName, colors: ["__allcolors__": titleColor], scale: 1.0)
|
||||
animationNode.loop()
|
||||
animationNode.loop(count: 3)
|
||||
self.addSubnode(animationNode)
|
||||
self.animationNode = animationNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user