mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix sticker reaction layout
This commit is contained in:
@@ -825,7 +825,9 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
|
||||
messageMediaFileCancelInteractiveFetch(context: item.context, messageId: item.message.id, file: file)
|
||||
}
|
||||
case .Remote:
|
||||
self.videoNode?.fetchControl(.fetch)
|
||||
if let file = self.media {
|
||||
self.fetchDisposable.set(messageMediaFileInteractiveFetched(context: item.context, message: item.message, file: file, userInitiated: true).start())
|
||||
}
|
||||
case .Local:
|
||||
self.activateVideoPlayback()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user