mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Allow saving attachments of drafts
This commit is contained in:
@@ -126,7 +126,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
ivStatus.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
ibSave.setVisibility(readonly && attachment.available ? View.VISIBLE : View.GONE);
|
||||
ibSave.setVisibility(attachment.available ? View.VISIBLE : View.GONE);
|
||||
|
||||
if (attachment.progress != null)
|
||||
progressbar.setProgress(attachment.progress);
|
||||
|
||||
Reference in New Issue
Block a user