mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Related attachments
This commit is contained in:
@@ -175,8 +175,11 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(attachment.type);
|
||||
if (debug || BuildConfig.DEBUG) {
|
||||
if (attachment.cid != null)
|
||||
if (attachment.cid != null) {
|
||||
sb.append(' ').append(attachment.cid);
|
||||
if (attachment.related != null)
|
||||
sb.append(' ').append(attachment.related);
|
||||
}
|
||||
if (attachment.isEncryption())
|
||||
sb.append(' ').append(attachment.encryption);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user