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

@@ -172,11 +172,4 @@ public class TermsOfServiceController: ViewController {
self.controllerNode.animateIn()
}
}
override public func dismiss(completion: (() -> Void)? = nil) {
self.controllerNode.animateOut(completion: { [weak self] in
self?.presentingViewController?.dismiss(animated: false, completion: nil)
completion?()
})
}
}