[fenix] For https://github.com/mozilla-mobile/fenix/issues/3138: Fix white background on search bar

pull/600/head
Jonathan Almeida 5 years ago committed by Emily Kager
parent 5164110b46
commit 7f260e7081

@ -94,7 +94,10 @@ class SearchFragment : Fragment(), BackHandler {
) {
ToolbarViewModel(SearchState(url, session?.searchTerms ?: "", isEditing = true))
}
)
).also {
// Remove background from toolbar view since it conflicts with the search UI.
it.uiView.view.background = null
}
awesomeBarComponent = AwesomeBarComponent(
view.search_layout,

Loading…
Cancel
Save