mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Filter contacts by default
This commit is contained in:
parent
5c81e38c6b
commit
aaf6bde09a
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
|||
this.account = account;
|
||||
this.types = junk
|
||||
? Arrays.asList(EntityContact.TYPE_JUNK, EntityContact.TYPE_NO_JUNK)
|
||||
: new ArrayList<>();
|
||||
: Arrays.asList(EntityContact.TYPE_TO, EntityContact.TYPE_FROM);
|
||||
set(all);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue