mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Sticker refactoring
This commit is contained in:
@@ -337,8 +337,8 @@ public final class ChatImportActivityScreen: ViewController {
|
||||
|
||||
self.presentationData = self.context.sharedContext.currentPresentationData.with { $0 }
|
||||
|
||||
self.animationNode = AnimatedStickerNode()
|
||||
self.doneAnimationNode = AnimatedStickerNode()
|
||||
self.animationNode = DefaultAnimatedStickerNodeImpl()
|
||||
self.doneAnimationNode = DefaultAnimatedStickerNodeImpl()
|
||||
self.doneAnimationNode.isHidden = true
|
||||
|
||||
self.radialStatus = RadialStatusNode(backgroundNodeColor: .clear)
|
||||
|
||||
Reference in New Issue
Block a user