mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Simplified edit ref
This commit is contained in:
@@ -1343,9 +1343,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
Element b = d.body();
|
||||
b.tagName("div");
|
||||
document.body().appendChild(b);
|
||||
|
||||
Spanned spanned = HtmlHelper.fromDocument(context, document, null, null);
|
||||
return HtmlHelper.toHtml(spanned, context);
|
||||
return document.body().html();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user