Various improvements

This commit is contained in:
Ilya Laktyushin
2022-10-15 21:08:11 +03:00
parent da4934dc97
commit 59b593696e
54 changed files with 379 additions and 236 deletions

View File

@@ -600,7 +600,7 @@ final class PeerSelectionControllerNode: ASDisplayNode {
location: .chatList(groupId: EngineChatList.Group(.root)),
displaySearchFilters: false,
hasDownloads: false,
openPeer: { [weak self] peer, chatPeer, _ in
openPeer: { [weak self] peer, chatPeer, _, _ in
guard let strongSelf = self else {
return
}