Small behavior improvement

pull/210/head
M66B 2 years ago
parent 89e42a245d
commit 123cf7b509

@ -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…
Cancel
Save