Reduced max recipients to 5

pull/197/head
M66B 3 years ago
parent 49fcf40c45
commit c2ea061d34

@ -287,7 +287,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private static final ExecutorService executor =
Helper.getBackgroundExecutor(2, "differ");
private static final int MAX_RECIPIENTS = 10;
private static final int MAX_RECIPIENTS = 5;
// https://www.iana.org/assignments/imap-jmap-keywords/imap-jmap-keywords.xhtml
private static final List<String> IMAP_KEYWORDS_BLACKLIST = Collections.unmodifiableList(Arrays.asList(

Loading…
Cancel
Save