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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user