Location Picker fixes

This commit is contained in:
Ilya Laktyushin
2019-11-27 20:08:21 +04:00
parent f1664fa0ba
commit fedd9aca8d
12 changed files with 1956 additions and 1821 deletions

View File

@@ -149,7 +149,6 @@ class WebSearchControllerNode: ASDisplayNode {
private let attributionNode: ASImageNode
private let recentQueriesPlaceholder: ImmediateTextNode
private let recentQueriesNode: ListView
private var enqueuedRecentTransitions: [(WebSearchRecentTransition, Bool)] = []
@@ -216,8 +215,6 @@ class WebSearchControllerNode: ASDisplayNode {
self.recentQueriesNode = ListView()
self.recentQueriesNode.backgroundColor = theme.list.plainBackgroundColor
self.recentQueriesPlaceholder = ImmediateTextNode()
super.init()
self.setViewBlock({