mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Simplified executors
This commit is contained in:
@@ -337,9 +337,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
private DateFormat DTF;
|
||||
|
||||
private static final ExecutorService executorDiffer =
|
||||
Helper.getBackgroundExecutor(0, 0, 3, "differ");
|
||||
Helper.getBackgroundExecutor(0, "differ");
|
||||
private static final ExecutorService executorAvatar =
|
||||
Helper.getBackgroundExecutor(0, 0, 3, "avatar");
|
||||
Helper.getBackgroundExecutor(0, "avatar");
|
||||
|
||||
private static final int MAX_RECIPIENTS_COMPACT = 3;
|
||||
private static final int MAX_RECIPIENTS_NORMAL = 7;
|
||||
|
||||
Reference in New Issue
Block a user