always use white Toggle favorite icon color
This commit is contained in:
parent
93501af1a3
commit
0e691d36b5
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue