Revert "Small optimization"

This reverts commit 3cfd772f76.
pull/183/head
M66B 5 years ago
parent d6b1a33b7d
commit 8c9070a34e

@ -1128,7 +1128,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
if (show_recipients && recipients != null)
all.addAll(Arrays.asList(recipients));
ContactInfo[] info = ContactInfo.getCached(context, message.account, message.folderType, all.toArray(new Address[0]));
if (info == null && avatars) {
if (info == null) {
if (taskContactInfo != null)
taskContactInfo.cancel(context);

Loading…
Cancel
Save