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

@@ -2054,7 +2054,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
body = document.html();
}
String html = HtmlHelper.sanitize(context, body);
String html = HtmlHelper.sanitize(context, body, show_images);
if (debug)
html += "<pre>" + Html.escapeHtml(html) + "</pre>";