always use white Toggle favorite icon color
This commit is contained in:
parent
93501af1a3
commit
0e691d36b5
1 changed files with 0 additions and 1 deletions
|
|
@ -1218,7 +1218,6 @@ class EditContactActivity : ContactActivity() {
|
||||||
contact_toggle_favorite.apply {
|
contact_toggle_favorite.apply {
|
||||||
setImageDrawable(getStarDrawable(!isStarred))
|
setImageDrawable(getStarDrawable(!isStarred))
|
||||||
tag = if (isStarred) 0 else 1
|
tag = if (isStarred) 0 else 1
|
||||||
applyColorFilter(config.textColor)
|
|
||||||
|
|
||||||
setOnLongClickListener { toast(R.string.toggle_favorite); true; }
|
setOnLongClickListener { toast(R.string.toggle_favorite); true; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue