mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Scheduled Messages Improvements
This commit is contained in:
parent
19c1ee8c44
commit
559cc51e00
47 changed files with 3986 additions and 3573 deletions
|
|
@ -494,7 +494,7 @@ public func chatMessageAnimatedSticker(postbox: Postbox, file: TelegramMediaFile
|
|||
}
|
||||
|
||||
var thumbnailImage: (UIImage, UIImage)?
|
||||
if fullSizeImage == nil, let thumbnailData = thumbnailData {
|
||||
if fullSizeImage == nil, let thumbnailData = thumbnailData, fitzModifier == nil {
|
||||
if let image = imageFromAJpeg(data: thumbnailData) {
|
||||
thumbnailImage = image
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue