Video improvements

This commit is contained in:
Isaac
2024-11-08 16:26:01 +01:00
parent bae29f301e
commit 3797f3af4f
31 changed files with 773 additions and 314 deletions

View File

@@ -254,7 +254,7 @@ public final class SecretMediaPreviewController: ViewController {
}, controller: { [weak self] in
return self
})
self.displayNode = SecretMediaPreviewControllerNode(controllerInteraction: controllerInteraction)
self.displayNode = SecretMediaPreviewControllerNode(context: self.context, controllerInteraction: controllerInteraction)
self.displayNodeDidLoad()
self.controllerNode.statusPressed = { [weak self] _ in