mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Poll improvements
This commit is contained in:
@@ -27,7 +27,7 @@ public final class SearchDisplayController {
|
||||
self.mode = mode
|
||||
self.contentNode = contentNode
|
||||
|
||||
self.searchBar.textUpdated = { [weak contentNode] text in
|
||||
self.searchBar.textUpdated = { [weak contentNode] text, _ in
|
||||
contentNode?.searchTextUpdated(text: text)
|
||||
}
|
||||
self.searchBar.cancel = { [weak self] in
|
||||
|
||||
Reference in New Issue
Block a user