mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Folder improvements
This commit is contained in:
@@ -161,8 +161,11 @@ final class ContactMultiselectionControllerNode: ASDisplayNode {
|
||||
selectionState = state
|
||||
return state
|
||||
}
|
||||
case .chats:
|
||||
break
|
||||
case let .chats(chatsNode):
|
||||
selectionState = ContactListNodeGroupSelectionState()
|
||||
for peerId in chatsNode.currentState.selectedPeerIds {
|
||||
selectionState = selectionState?.withToggledPeerId(.peer(peerId))
|
||||
}
|
||||
}
|
||||
var searchChatList = false
|
||||
var searchGroups = false
|
||||
|
||||
Reference in New Issue
Block a user