mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Cleanup
This commit is contained in:
parent
59208b20ee
commit
54ddd065f9
1 changed files with 0 additions and 4 deletions
|
@ -3277,10 +3277,8 @@ public class HtmlHelper {
|
|||
}
|
||||
|
||||
static String toHtml(Spanned spanned, Context context) {
|
||||
Log.i("MMM text=" + spanned.toString().replace("\n", "|"));
|
||||
HtmlEx converter = new HtmlEx(context);
|
||||
String html = converter.toHtml(spanned, TO_HTML_PARAGRAPH_LINES_INDIVIDUAL);
|
||||
Log.i("MMM html=" + html.replace("\n", "|"));
|
||||
|
||||
Document doc = JsoupEx.parse(html);
|
||||
|
||||
|
@ -3360,8 +3358,6 @@ public class HtmlHelper {
|
|||
last.remove();
|
||||
}
|
||||
|
||||
Log.i("MMM fixed=" + doc.html().replace("\n", "|"));
|
||||
|
||||
return doc.html();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue