mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Show image description when not showing images
This commit is contained in:
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user