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

@@ -1367,7 +1367,7 @@ public class FragmentCompose extends FragmentBase {
rvAttachment.setLayoutManager(llm);
rvAttachment.setItemAnimator(null);
adapter = new AdapterAttachment(this, false);
adapter = new AdapterAttachment(this, false, null);
rvAttachment.setAdapter(adapter);
tvNoInternetAttachments.setVisibility(View.GONE);