1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 13:14:39 +00:00

Small behavior improvement

This commit is contained in:
M66B 2022-11-26 08:58:27 +01:00
parent 89e42a245d
commit 123cf7b509

View file

@ -1990,7 +1990,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
bindAddresses(message);
bindHeaders(message, false);
bindAttachments(message, properties.getAttachments(message.id), false);
if (!attachments_alt)
bindAttachments(message, properties.getAttachments(message.id), false);
// Actions
vSeparator.setVisibility(View.VISIBLE);