mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-26 23:38:42 +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())
|
||||
}
|
||||
|
||||
contactGroupHolder.addView(root)
|
||||
binding.contactGroupsHolder.addView(root)
|
||||
contactGroupRemove.beGone()
|
||||
root.setOnClickListener {
|
||||
showSelectGroupsDialog()
|
||||
|
Loading…
x
Reference in New Issue
Block a user