mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Small behavior improvement
This commit is contained in:
@@ -2324,7 +2324,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
for (EntityAttachment attachment : attachments) {
|
||||
boolean inline = (attachment.isEncryption() ||
|
||||
(attachment.isInline() && attachment.isImage()));
|
||||
if (inline)
|
||||
if (inline && attachment.available)
|
||||
has_inline = true;
|
||||
if (attachment.progress == null && !attachment.available)
|
||||
download = true;
|
||||
|
||||
Reference in New Issue
Block a user