Small improvement

This commit is contained in:
M66B 2020-08-24 18:40:26 +02:00
parent 57402f7cd4
commit e72a9edd20
1 changed files with 2 additions and 3 deletions

View File

@ -294,12 +294,11 @@ public class EntityMessage implements Serializable {
p.appendText(MessageHelper.formatAddresses(cc));
p.appendElement("br");
}
{
if (received != null) { // embedded messages
Element strong = document.createElement("strong");
strong.text(Helper.getString(context, l, R.string.title_received) + " ");
p.appendChild(strong);
if (received != null) // embedded messages
p.appendText(DF.format(received));
p.appendText(DF.format(received));
p.appendElement("br");
}
{