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

@@ -230,7 +230,7 @@ class WebSearchGalleryController: ViewController {
}, controller: { [weak self] in
return self
})
self.displayNode = GalleryControllerNode(controllerInteraction: controllerInteraction)
self.displayNode = GalleryControllerNode(context: self.context, controllerInteraction: controllerInteraction)
self.displayNodeDidLoad()
self.galleryNode.statusBar = self.statusBar