mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Auto download+share last attachment
This commit is contained in:
@@ -841,7 +841,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
rvAttachment.setLayoutManager(llm);
|
||||
rvAttachment.setItemAnimator(null);
|
||||
|
||||
adapterAttachment = new AdapterAttachment(parentFragment, true);
|
||||
adapterAttachment = new AdapterAttachment(parentFragment, true, properties);
|
||||
rvAttachment.setAdapter(adapterAttachment);
|
||||
|
||||
cbInline = attachments.findViewById(R.id.cbInline);
|
||||
@@ -7999,6 +7999,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
void setValue(String name, long id, boolean enabled);
|
||||
|
||||
String getValue(String key);
|
||||
|
||||
boolean getValue(String name, long id);
|
||||
|
||||
void setExpanded(TupleMessageEx message, boolean expanded, boolean scroll);
|
||||
|
||||
Reference in New Issue
Block a user