Group member search actions

This commit is contained in:
Peter
2018-12-11 12:18:38 +04:00
parent 2bea22c23b
commit 4881f49bf1
10 changed files with 465 additions and 231 deletions

View File

@@ -1780,6 +1780,8 @@ public func groupInfoController(account: Account, peerId: PeerId) -> ViewControl
if let infoController = peerInfoController(account: account, peer: peer) {
arguments.pushController(infoController)
}
}, present: { c, a in
presentControllerImpl?(c, a)
})
}