mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-17 11:27:33 +02:00
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 {
|
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…
x
Reference in New Issue
Block a user