mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Refactoring
This commit is contained in:
@@ -312,7 +312,7 @@ class DiceAnimatedStickerNode: ASDisplayNode {
|
||||
case let .local(animationName):
|
||||
source = AnimatedStickerNodeLocalFileSource(name: animationName)
|
||||
case let .resource(account, resource):
|
||||
source = AnimatedStickerResourceSource(account: account, resource: resource)
|
||||
source = AnimatedStickerResourceSource(account: account, resource: resource._asResource())
|
||||
}
|
||||
|
||||
let playbackMode: AnimatedStickerPlaybackMode
|
||||
|
||||
Reference in New Issue
Block a user