Fix wrong reference when inflating groups in EditContactActivity
This closes #1023
This commit is contained in:
parent
9f4c09c574
commit
c91c035b50
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