mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Debug adjustment
This commit is contained in:
parent
f2104b4cd0
commit
34700289fa
9 changed files with 308 additions and 19 deletions
|
|
@ -588,6 +588,7 @@ public final class AnimatedStickerDirectFrameSource: AnimatedStickerFrameSource
|
|||
let decompressedData = TGGUnzipData(data, 8 * 1024 * 1024) ?? data
|
||||
|
||||
guard let animation = LottieInstance(data: decompressedData, fitzModifier: fitzModifier?.lottieFitzModifier ?? .none, colorReplacements: nil, cacheKey: "") else {
|
||||
print("Could not load sticker data")
|
||||
return nil
|
||||
}
|
||||
self.animation = animation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue