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:
parent
89e42a245d
commit
123cf7b509
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue