mirror of https://github.com/M66B/FairEmail.git
Filter contacts by default
This commit is contained in:
parent
5c81e38c6b
commit
aaf6bde09a
|
@ -478,7 +478,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||||
this.account = account;
|
this.account = account;
|
||||||
this.types = junk
|
this.types = junk
|
||||||
? Arrays.asList(EntityContact.TYPE_JUNK, EntityContact.TYPE_NO_JUNK)
|
? Arrays.asList(EntityContact.TYPE_JUNK, EntityContact.TYPE_NO_JUNK)
|
||||||
: new ArrayList<>();
|
: Arrays.asList(EntityContact.TYPE_TO, EntityContact.TYPE_FROM);
|
||||||
set(all);
|
set(all);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue