Skip to content

Commit 46df6d4

Browse files
authored
Merge pull request #1024 from esensar/fix/1023-edit-contact-crash
Fix wrong reference when inflating groups in EditContactActivity
2 parents 9f4c09c + c91c035 commit 46df6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/EditContactActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ class EditContactActivity : ContactActivity() {
776776
setTextColor(getProperTextColor())
777777
}
778778

779-
contactGroupHolder.addView(root)
779+
binding.contactGroupsHolder.addView(root)
780780
contactGroupRemove.beGone()
781781
root.setOnClickListener {
782782
showSelectGroupsDialog()

0 commit comments

Comments
 (0)