Refactor CallListUI

This commit is contained in:
Peter
2019-08-13 02:55:20 +03:00
parent 733f1a47c6
commit d4d1be5300
42 changed files with 1019 additions and 198 deletions

View File

@@ -327,7 +327,7 @@ public final class SecureIdAuthController: ViewController {
guard let strongSelf = self else {
return
}
if let infoController = strongSelf.context.sharedContext.makePeerInfoController(context: strongSelf.context, peer: peer) {
if let infoController = strongSelf.context.sharedContext.makePeerInfoController(context: strongSelf.context, peer: peer, mode: .generic) {
(strongSelf.navigationController as? NavigationController)?.pushViewController(infoController)
}
})