mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various UI Fixes
This commit is contained in:
@@ -475,7 +475,9 @@ final class ChatMessageInteractiveMediaNode: ASDisplayNode {
|
||||
} else if let image = media as? TelegramMediaWebFile {
|
||||
strongSelf.fetchDisposable.set(chatMessageWebFileInteractiveFetched(account: account, image: image).start())
|
||||
} else if let file = media as? TelegramMediaFile {
|
||||
strongSelf.fetchDisposable.set(messageMediaFileInteractiveFetched(account: account, message: message, file: file, userInitiated: false).start())
|
||||
if automaticPlayback || !file.isAnimated {
|
||||
strongSelf.fetchDisposable.set(messageMediaFileInteractiveFetched(account: account, message: message, file: file, userInitiated: false).start())
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if previousAutomaticDownload != automaticDownload, automaticDownload {
|
||||
|
||||
Reference in New Issue
Block a user