Various improvements

This commit is contained in:
Ilya Laktyushin
2023-01-24 22:29:00 +04:00
parent e695f61bc7
commit 7d11ba5d5e
33 changed files with 588 additions and 277 deletions

View File

@@ -350,7 +350,8 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
parentMessage: item.message,
constrainedSize: CGSize(width: availableWidth, height: CGFloat.greatestFiniteMagnitude),
animationCache: item.controllerInteraction.presentationContext.animationCache,
animationRenderer: item.controllerInteraction.presentationContext.animationRenderer
animationRenderer: item.controllerInteraction.presentationContext.animationRenderer,
associatedData: item.associatedData
))
}
}