Fix websearch icon tint

This commit is contained in:
MM20 2021-12-05 19:04:21 +01:00
parent ccda48c559
commit 602e9d4714
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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)