mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-05 13:12:13 -05: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())
|
||||
}
|
||||
|
||||
contactGroupHolder.addView(root)
|
||||
binding.contactGroupsHolder.addView(root)
|
||||
contactGroupRemove.beGone()
|
||||
root.setOnClickListener {
|
||||
showSelectGroupsDialog()
|
||||
|
||||
Reference in New Issue
Block a user