Merge branch 'ton'

This commit is contained in:
Peter
2019-09-17 22:51:03 +04:00
111 changed files with 10252 additions and 1596 deletions

View File

@@ -142,7 +142,7 @@ public final class InstantPageGalleryControllerPresentationArguments {
}
}
public class InstantPageGalleryController: ViewController {
public class InstantPageGalleryController: ViewController, StandalonePresentableController {
private var galleryNode: GalleryControllerNode {
return self.displayNode as! GalleryControllerNode
}