mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix dimension clipping
This commit is contained in:
@@ -784,9 +784,9 @@ public func legacyAssetPickerEnqueueMessages(context: AccountContext, account: A
|
||||
finalDuration = duration
|
||||
}
|
||||
|
||||
if !asAnimation {
|
||||
/*if !asAnimation {
|
||||
finalDimensions = TGFitSize(finalDimensions, CGSize(width: 848.0, height: 848.0))
|
||||
}
|
||||
}*/
|
||||
|
||||
var previewRepresentations: [TelegramMediaImageRepresentation] = []
|
||||
if let thumbnail = thumbnail {
|
||||
|
||||
Reference in New Issue
Block a user