mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
show a toast if the user tries toggling Favorite at the View screen
This commit is contained in:
@ -157,6 +157,9 @@ class ViewContactActivity : ContactActivity() {
|
||||
setImageDrawable(getStarDrawable(contact!!.starred == 1))
|
||||
tag = contact!!.starred
|
||||
applyColorFilter(config.textColor)
|
||||
setOnClickListener {
|
||||
toast(R.string.must_be_at_edit)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user