mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #1024 from esensar/fix/1023-edit-contact-crash
Fix wrong reference when inflating groups in EditContactActivity
This commit is contained in:
@ -776,7 +776,7 @@ class EditContactActivity : ContactActivity() {
|
|||||||
setTextColor(getProperTextColor())
|
setTextColor(getProperTextColor())
|
||||||
}
|
}
|
||||||
|
|
||||||
contactGroupHolder.addView(root)
|
binding.contactGroupsHolder.addView(root)
|
||||||
contactGroupRemove.beGone()
|
contactGroupRemove.beGone()
|
||||||
root.setOnClickListener {
|
root.setOnClickListener {
|
||||||
showSelectGroupsDialog()
|
showSelectGroupsDialog()
|
||||||
|
Reference in New Issue
Block a user