mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02: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