Fix websearch icon tint
This commit is contained in:
parent
ccda48c559
commit
602e9d4714
@ -54,6 +54,7 @@ class WebSearchView : FrameLayout {
|
||||
}
|
||||
|
||||
})
|
||||
chip.chipIconTint = null
|
||||
} else {
|
||||
chip.chipIcon = ContextCompat.getDrawable(context, R.drawable.ic_search)
|
||||
chip.chipIconTint = ColorStateList.valueOf(search.color)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user