Show full original message

This commit is contained in:
M66B 2019-05-21 17:20:25 +02:00
parent 7ade3229b2
commit 1fb2ac6fcf
1 changed files with 0 additions and 1 deletions

View File

@ -1761,7 +1761,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
OriginalMessage original = new OriginalMessage();
original.html = Helper.readText(file);
original.html = HtmlHelper.getHtmlEmbedded(context, id, original.html);
original.html = HtmlHelper.removeTracking(context, original.html);
Document doc = Jsoup.parse(original.html);
original.has_images = (doc.select("img").size() > 0);