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