mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Prevent downloading of child attachments
This commit is contained in:
@@ -189,7 +189,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
if (attachment.available)
|
||||
onShare(attachment);
|
||||
else {
|
||||
if (attachment.progress == null)
|
||||
if (attachment.progress == null && attachment.subsequence == null)
|
||||
onDownload(attachment);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user