mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Formatting
This commit is contained in:
parent
515a70c71c
commit
1ee9eb19f3
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue