Skip to content

Commit c91c035

Browse files
committed
Fix wrong reference when inflating groups in EditContactActivity
This closes #1023
1 parent 9f4c09c commit c91c035

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)