Various fixes

This commit is contained in:
Ilya Laktyushin
2020-10-20 00:09:04 +04:00
parent 26848ce702
commit 815df0f7f3
7 changed files with 55 additions and 31 deletions

View File

@@ -1378,10 +1378,6 @@ final class ChatListSearchListPaneNode: ASDisplayNode, ChatListSearchPaneNode {
}
}
strongSelf.searchCurrentMessages = messages
if strongSelf.didSetReady && tagMask == nil {
interaction.updateSuggestedPeers(Array(peers.prefix(8)), strongSelf.key)
}
}
}))