mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Show invisible contact groups again
This commit is contained in:
parent
04ae803e32
commit
2aa012a12d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue