mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Disposable debugging
This commit is contained in:
@@ -180,7 +180,7 @@ public final class AvatarVideoNode: ASDisplayNode {
|
||||
strongSelf.animationFile = file
|
||||
strongSelf.setupAnimation()
|
||||
}
|
||||
})
|
||||
}).strict()
|
||||
case let .sticker(packReference, fileId):
|
||||
self.fileDisposable = (self.context.engine.stickers.loadedStickerPack(reference: packReference, forceActualized: false)
|
||||
|> map { pack -> TelegramMediaFile? in
|
||||
@@ -194,7 +194,7 @@ public final class AvatarVideoNode: ASDisplayNode {
|
||||
strongSelf.animationFile = file
|
||||
strongSelf.setupAnimation()
|
||||
}
|
||||
})
|
||||
}).strict()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user