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

@@ -377,7 +377,7 @@ public class InstantPageGalleryController: ViewController, StandalonePresentable
}, 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