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:
@@ -250,7 +250,7 @@ final class CallListControllerNode: ASDisplayNode {
|
||||
self.emptyTextNode.textAlignment = .center
|
||||
self.emptyTextNode.maximumNumberOfLines = 3
|
||||
|
||||
self.emptyAnimationNode = AnimatedStickerNode()
|
||||
self.emptyAnimationNode = DefaultAnimatedStickerNodeImpl()
|
||||
self.emptyAnimationNode.alpha = 0.0
|
||||
self.emptyAnimationNode.isUserInteractionEnabled = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user