mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Optimize image drawing
This commit is contained in:
@@ -44,7 +44,7 @@ public final class ManagedAnimationState {
|
||||
return nil
|
||||
}
|
||||
resolvedInstance = instance
|
||||
renderContext = DrawingContext(size: displaySize, scale: UIScreenScale, premultiplied: true, clear: true)
|
||||
renderContext = DrawingContext(size: displaySize, scale: UIScreenScale, clear: true)
|
||||
}
|
||||
|
||||
self.item = item
|
||||
|
||||
Reference in New Issue
Block a user