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

@@ -205,11 +205,4 @@ public final class AuthorizationSequenceCountrySelectionController: ViewControll
self.dismissed?()
self.dismiss(completion: nil)
}
override public func dismiss(completion: (() -> Void)? = nil) {
self.navigationContentNode?.deactivate()
self.controllerNode.animateOut(completion: { [weak self] in
self?.presentingViewController?.dismiss(animated: true, completion: nil)
})
}
}