mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Hide invisible contact groups
This commit is contained in:
parent
34f148d02a
commit
d2434784cd
1 changed files with 2 additions and 1 deletions
|
@ -4662,7 +4662,8 @@ public class FragmentCompose extends FragmentBase {
|
||||||
ContactsContract.Groups.ACCOUNT_NAME,
|
ContactsContract.Groups.ACCOUNT_NAME,
|
||||||
ContactsContract.Groups.ACCOUNT_TYPE,
|
ContactsContract.Groups.ACCOUNT_TYPE,
|
||||||
},
|
},
|
||||||
ContactsContract.Groups.DELETED + " = 0" +
|
ContactsContract.Groups.GROUP_VISIBLE + " = 1" +
|
||||||
|
" AND " + ContactsContract.Groups.DELETED + " = 0" +
|
||||||
" AND " + ContactsContract.Groups.SUMMARY_COUNT + " > 0",
|
" AND " + ContactsContract.Groups.SUMMARY_COUNT + " > 0",
|
||||||
null,
|
null,
|
||||||
ContactsContract.Groups.TITLE
|
ContactsContract.Groups.TITLE
|
||||||
|
|
Loading…
Reference in a new issue