Poll improvements

This commit is contained in:
Ali
2020-04-14 17:18:03 +04:00
parent f78dba1ddc
commit b3266c8273
22 changed files with 2944 additions and 1499 deletions

View File

@@ -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