Fix chapter filter icon tinting

This commit is contained in:
arkon
2020-09-27 19:16:46 -04:00
parent 9d2adcd512
commit b5986b509e
2 changed files with 4 additions and 3 deletions

View File

@ -64,7 +64,7 @@ class MangaChaptersHeaderAdapter(
val filterColor = if (hasActiveFilters) {
view.context.getResourceColor(R.attr.colorFilterActive)
} else {
view.context.getResourceColor(R.attr.colorOnPrimary)
view.context.getResourceColor(R.attr.colorOnBackground)
}
DrawableCompat.setTint(binding.btnChaptersFilter.drawable, filterColor)