Filter contacts by default

pull/207/head
M66B 3 years ago
parent 5c81e38c6b
commit aaf6bde09a

@ -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…
Cancel
Save