Show invisible contact groups again

This commit is contained in:
M66B
2020-05-15 14:52:55 +02:00
parent 04ae803e32
commit 2aa012a12d

View File

@@ -4662,8 +4662,8 @@ public class FragmentCompose extends FragmentBase {
ContactsContract.Groups.ACCOUNT_NAME,
ContactsContract.Groups.ACCOUNT_TYPE,
},
ContactsContract.Groups.GROUP_VISIBLE + " = 1" +
" AND " + ContactsContract.Groups.DELETED + " = 0" +
// ContactsContract.Groups.GROUP_VISIBLE + " = 1" + " AND " +
ContactsContract.Groups.DELETED + " = 0" +
" AND " + ContactsContract.Groups.SUMMARY_COUNT + " > 0",
null,
ContactsContract.Groups.TITLE