mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Signed by
This commit is contained in:
parent
01621724cd
commit
a88379a09d
1 changed files with 1 additions and 1 deletions
|
@ -4954,7 +4954,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
}
|
||||
|
||||
if (native_dkim && !TextUtils.isEmpty(message.signedby)) {
|
||||
sb.append("Signed by:");
|
||||
sb.append(context.getString(R.string.title_signed_by)).append(' ');
|
||||
for (String signer : message.signedby.split(","))
|
||||
sb.append(signer).append('\n');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue