handle showing and deleting local private groups

This commit is contained in:
tibbi
2018-03-21 17:51:13 +01:00
parent b28e85727d
commit 30a7c1770d
4 changed files with 27 additions and 2 deletions

View File

@ -390,6 +390,7 @@ class ContactsHelper(val activity: BaseSimpleActivity) {
cursor?.close()
}
groups.addAll(activity.dbHelper.getGroups())
return groups
}