UI Improvements

This commit is contained in:
Ali
2020-03-27 17:49:45 +04:00
parent 1979be1f85
commit b8c46f069f
27 changed files with 3360 additions and 3147 deletions

View File

@@ -63,7 +63,7 @@ final class ChatAvatarNavigationNode: ASDisplayNode {
self.containerNode.addSubnode(self.avatarNode)
self.addSubnode(self.containerNode)
self.containerNode.activated = { [weak self] gesture in
self.containerNode.activated = { [weak self] gesture, _ in
guard let strongSelf = self else {
return
}