Auto download+share last attachment

This commit is contained in:
M66B
2022-08-09 09:35:49 +02:00
parent 455c6e3dd7
commit 234cf641bd
4 changed files with 30 additions and 4 deletions

View File

@@ -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);