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