mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-18 13:08:16 +02:00
Debug: preview hidden/quotes
This commit is contained in:
@@ -341,7 +341,7 @@ public class ServiceUI extends IntentService {
|
||||
Object obj = results.get("text");
|
||||
String body = (obj == null ? null : "<p>" + obj.toString().replaceAll("\\r?\\n", "<br>") + "</p>");
|
||||
|
||||
String text = HtmlHelper.getFullText(body, true);
|
||||
String text = HtmlHelper.getFullText(this, body);
|
||||
String language = HtmlHelper.getLanguage(this, ref.subject, text);
|
||||
String preview = HtmlHelper.getPreview(text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user