mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Small attachment fix
This commit is contained in:
@@ -111,7 +111,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
}
|
||||
|
||||
private void bindTo(EntityAttachment attachment) {
|
||||
view.setAlpha(attachment.isInline() ? Helper.LOW_LIGHT : 1.0f);
|
||||
view.setAlpha(!attachment.isAttachment() ? Helper.LOW_LIGHT : 1.0f);
|
||||
|
||||
ibDelete.setVisibility(readonly ? View.GONE :
|
||||
attachment.isInline() && attachment.error == null ? View.INVISIBLE : View.VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user