mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Entity input panel
This commit is contained in:
@@ -26,3 +26,9 @@ public func cacheLottieAnimation(data: Data, width: Int, height: Int, writer: An
|
||||
writer.finish()
|
||||
}
|
||||
}
|
||||
|
||||
public func cacheStillSticker(path: String, width: Int, height: Int, writer: AnimationCacheItemWriter) {
|
||||
writer.queue.async {
|
||||
writer.finish()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user