mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Cleanup for the next update
This commit is contained in:
@@ -1175,4 +1175,8 @@ public final class AnimatedStickerNode: ASDisplayNode {
|
||||
public func updateLayout(size: CGSize) {
|
||||
self.renderer?.frame = CGRect(origin: CGPoint(), size: size)
|
||||
}
|
||||
|
||||
public func setOverlayColor(_ color: UIColor?, animated: Bool) {
|
||||
self.renderer?.setOverlayColor(color, animated: animated)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user