mirror of https://github.com/M66B/FairEmail.git
Get visible contact groups only
This commit is contained in:
parent
7aaf736004
commit
41a789e319
|
@ -3370,7 +3370,8 @@ public class FragmentCompose extends FragmentBase {
|
|||
ContactsContract.Groups._ID,
|
||||
ContactsContract.Groups.TITLE
|
||||
},
|
||||
null, null, ContactsContract.Groups.TITLE
|
||||
ContactsContract.Groups.GROUP_VISIBLE + " = 1", null,
|
||||
ContactsContract.Groups.TITLE
|
||||
);
|
||||
|
||||
final SimpleCursorAdapter adapter = new SimpleCursorAdapter(
|
||||
|
|
Loading…
Reference in New Issue