mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-03-13 01:30:05 +01: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 {
|
||||
setImageDrawable(getStarDrawable(!isStarred))
|
||||
tag = if (isStarred) 0 else 1
|
||||
applyColorFilter(config.textColor)
|
||||
|
||||
setOnLongClickListener { toast(R.string.toggle_favorite); true; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user