mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Search filters fixes
This commit is contained in:
@@ -442,6 +442,13 @@ public final class ChatListNode: ListView {
|
||||
|
||||
private let viewProcessingQueue = Queue()
|
||||
private var chatListView: ChatListNodeView?
|
||||
var entriesCount: Int {
|
||||
if let chatListView = self.chatListView {
|
||||
return chatListView.filteredEntries.count
|
||||
} else {
|
||||
return 0
|
||||
}
|
||||
}
|
||||
private var interaction: ChatListNodeInteraction?
|
||||
|
||||
private var dequeuedInitialTransitionOnLayout = false
|
||||
|
||||
Reference in New Issue
Block a user