mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
[ios] remove primary green background from the search screen header
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
2299de287f
commit
7be49ab00a
@@ -167,8 +167,8 @@ final class SearchOnMapViewController: UIViewController {
|
||||
}
|
||||
view.addSubview(availableAreaView)
|
||||
availableAreaView.addSubview(contentView)
|
||||
contentView.addSubview(headerView)
|
||||
contentView.addSubview(searchResultsView)
|
||||
contentView.addSubview(headerView)
|
||||
|
||||
contentView.translatesAutoresizingMaskIntoConstraints = false
|
||||
headerView.translatesAutoresizingMaskIntoConstraints = false
|
||||
@@ -309,6 +309,7 @@ final class SearchOnMapViewController: UIViewController {
|
||||
case .searching:
|
||||
break
|
||||
}
|
||||
headerView.setSeparatorHidden(content == .historyAndCategory)
|
||||
showView(viewToShow(for: content))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user