Show image description when not showing images

This commit is contained in:
M66B
2019-06-30 09:59:03 +02:00
parent 655f0e3d3b
commit a6963da515
4 changed files with 22 additions and 14 deletions

View File

@@ -127,7 +127,7 @@ public class ActivityEml extends ActivityBase {
result.html = parts.getHtml(context);
if (result.html != null)
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html));
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html, false));
ByteArrayOutputStream bos = new ByteArrayOutputStream();
mmessage.writeTo(bos);