mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Sticker refactoring
This commit is contained in:
@@ -123,7 +123,7 @@ final class StickerPackPreviewGridItemNode: GridItemNode {
|
||||
self.imageNode.isHidden = true
|
||||
|
||||
if isVerified {
|
||||
let animationNode = AnimatedStickerNode()
|
||||
let animationNode = DefaultAnimatedStickerNodeImpl()
|
||||
self.animationNode = animationNode
|
||||
|
||||
if let placeholderNode = self.placeholderNode {
|
||||
|
||||
Reference in New Issue
Block a user