mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Lottie improvements
This commit is contained in:
@@ -48,7 +48,7 @@ public final class CompatibleAnimationView: UIView {
|
||||
|
||||
@objc
|
||||
public init(compatibleAnimation: CompatibleAnimation) {
|
||||
animationView = AnimationView(animation: compatibleAnimation.animation)
|
||||
animationView = AnimationView(animation: compatibleAnimation.animation, configuration: LottieConfiguration(renderingEngine: .mainThread, decodingStrategy: .codable))
|
||||
self.compatibleAnimation = compatibleAnimation
|
||||
super.init(frame: .zero)
|
||||
commonInit()
|
||||
|
||||
Reference in New Issue
Block a user