mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Filter contacts by default
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user