Merge pull request #1024 from esensar/fix/1023-edit-contact-crash
Fix wrong reference when inflating groups in EditContactActivity
This commit is contained in:
commit
46df6d4b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue