Various improvements

This commit is contained in:
Ali
2023-09-15 21:12:01 +02:00
parent b7e4fb3d57
commit 3453137463
20 changed files with 235 additions and 19 deletions

View File

@@ -372,6 +372,8 @@ public class InstantPageGalleryController: ViewController, StandalonePresentable
strongSelf.replaceRootController(controller, ready)
}
}, editMedia: { _ in
}, controller: { [weak self] in
return self
})
self.displayNode = GalleryControllerNode(controllerInteraction: controllerInteraction)
self.displayNodeDidLoad()