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

@@ -153,9 +153,4 @@ final class BotCheckoutInfoController: ViewController {
@objc func donePressed() {
self.controllerNode.verify()
}
override public func dismiss(completion: (() -> Void)? = nil) {
self.view.endEditing(true)
self.controllerNode.animateOut(completion: completion)
}
}