Various improvements

This commit is contained in:
Ilya Laktyushin
2023-12-20 16:21:11 +04:00
parent 46e203137a
commit 3ae64b399f
11 changed files with 76 additions and 16 deletions

View File

@@ -2251,6 +2251,7 @@ final class ChatListSearchListPaneNode: ASDisplayNode, ChatListSearchPaneNode {
if let sourceNode = sourceNode as? ChatListItemNode {
self.interaction.openStories?(id, sourceNode.avatarNode)
}
}, dismissNotice: { _ in
})
chatListInteraction.isSearchMode = true
@@ -3561,6 +3562,7 @@ public final class ChatListSearchShimmerNode: ASDisplayNode {
}, performActiveSessionAction: { _, _ in
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
}, openStories: { _, _ in
}, dismissNotice: { _ in
})
var isInlineMode = false
if case .topics = key {