Always show unavailable inline image attachments

This commit is contained in:
M66B 2019-10-22 17:03:28 +02:00
parent 3babb34d32
commit 1ec720b6bc
1 changed files with 2 additions and 1 deletions

View File

@ -1585,7 +1585,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
save = false;
if (attachment.progress != null)
downloading = true;
if (show_inline || !inline)
if (show_inline || !inline || !attachment.available)
a.add(attachment);
if (attachment.available && "text/calendar".equals(attachment.type)) {