mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Search filters improvements
This commit is contained in:
@@ -1167,6 +1167,8 @@ final class ChatListControllerNode: ASDisplayNode {
|
||||
}
|
||||
}, peerContextAction: self.peerContextAction, present: { [weak self] c, a in
|
||||
self?.controller?.present(c, in: .window(.root), with: a)
|
||||
}, presentInGlobalOverlay: { [weak self] c, a in
|
||||
self?.controller?.presentInGlobalOverlay(c, with: a)
|
||||
}, navigationController: navigationController, updatedSearchOptions: { options in
|
||||
updatedSearchOptions?(options)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user