Merge commit '77a592a05c9e599c3dcedb59c1fadc70699bd2e6' into background-task

This commit is contained in:
Peter
2019-10-22 19:10:24 +04:00
97 changed files with 1504 additions and 1090 deletions

View File

@@ -190,6 +190,10 @@ public final class CallController: ViewController {
c.presentationArguments = a
window.present(c, on: .root, blockInteraction: false, completion: {})
}
}, push: { [weak self] c in
if let strongSelf = self {
strongSelf.push(c)
}
})
strongSelf.present(controller, in: .window(.root))
})