mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video player improvements
This commit is contained in:
@@ -89,6 +89,12 @@ public class ChatMessageMediaBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
}
|
||||
strongSelf.item?.controllerInteraction.playMessageEffect(message)
|
||||
}
|
||||
self.interactiveImageNode.requestInlineUpdate = { [weak self] in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
self.requestInlineUpdate?()
|
||||
}
|
||||
}
|
||||
|
||||
required public init?(coder aDecoder: NSCoder) {
|
||||
|
||||
Reference in New Issue
Block a user