1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Formatting

This commit is contained in:
M66B 2022-11-13 19:35:57 +01:00
parent 515a70c71c
commit 1ee9eb19f3

View file

@ -410,8 +410,7 @@ public class EntityAnswer implements Serializable {
if (p.appPassword)
ssb.append("App password\n\n");
if (p.documentation !=
null)
if (p.documentation != null)
ssb.append(HtmlHelper.fromHtml(p.documentation.toString(), context)).append("\n\n");
if (!TextUtils.isEmpty(p.link))