mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Small behavior improvement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user