Refactoring

This commit is contained in:
M66B
2020-04-15 08:52:01 +02:00
parent 6f7afbd230
commit a0b735c416
4 changed files with 15 additions and 10 deletions

View File

@@ -146,7 +146,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
if (debug || BuildConfig.DEBUG) {
if (attachment.cid != null)
sb.append(' ').append(attachment.cid);
if (attachment.encryption != null)
if (attachment.isEncryption())
sb.append(' ').append(attachment.encryption);
}
tvType.setText(sb.toString());