mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-27 07:48:41 +02:00
Fix wrong reference when inflating groups in EditContactActivity
This closes #1023
This commit is contained in:
parent
9f4c09c574
commit
c91c035b50
@ -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…
x
Reference in New Issue
Block a user