1
0
Fork 0
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:
M66B 2022-03-27 15:36:20 +02:00
parent 5c81e38c6b
commit aaf6bde09a

View file

@ -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);
}