mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Refactoring
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user