no message

This commit is contained in:
Peter Iakovlev
2018-02-23 20:28:31 +04:00
parent 6bffa09f0e
commit d36e7e3a6e
180 changed files with 4220 additions and 1001 deletions

View File

@@ -1531,7 +1531,7 @@ public func groupInfoController(account: Account, peerId: PeerId) -> ViewControl
avatarGalleryTransitionArguments = { [weak controller] entry in
if let controller = controller {
var result: (ASDisplayNode, CGRect)?
var result: ((ASDisplayNode, () -> UIView?), CGRect)?
controller.forEachItemNode { itemNode in
if let itemNode = itemNode as? ItemListAvatarAndNameInfoItemNode {
result = itemNode.avatarTransitionNode()