always use white Toggle favorite icon color

This commit is contained in:
tibbi 2022-02-07 23:27:54 +01:00
parent 93501af1a3
commit 0e691d36b5
1 changed files with 0 additions and 1 deletions

View File

@ -1218,7 +1218,6 @@ class EditContactActivity : ContactActivity() {
contact_toggle_favorite.apply {
setImageDrawable(getStarDrawable(!isStarred))
tag = if (isStarred) 0 else 1
applyColorFilter(config.textColor)
setOnLongClickListener { toast(R.string.toggle_favorite); true; }
}