mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Hide invisible contact groups
This commit is contained in:
@@ -4662,7 +4662,8 @@ public class FragmentCompose extends FragmentBase {
|
||||
ContactsContract.Groups.ACCOUNT_NAME,
|
||||
ContactsContract.Groups.ACCOUNT_TYPE,
|
||||
},
|
||||
ContactsContract.Groups.DELETED + " = 0" +
|
||||
ContactsContract.Groups.GROUP_VISIBLE + " = 1" +
|
||||
" AND " + ContactsContract.Groups.DELETED + " = 0" +
|
||||
" AND " + ContactsContract.Groups.SUMMARY_COUNT + " > 0",
|
||||
null,
|
||||
ContactsContract.Groups.TITLE
|
||||
|
||||
Reference in New Issue
Block a user