mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 11:03:41 +02:00
Fixed draft dirty
This commit is contained in:
@@ -3936,7 +3936,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
d = JsoupEx.parse(extras.getString("html"));
|
||||
} else {
|
||||
d = JsoupEx.parse(body);
|
||||
d = HtmlHelper.sanitizeCompose(context, body, true);
|
||||
|
||||
for (Element e : ref)
|
||||
d.body().appendChild(e);
|
||||
|
||||
Reference in New Issue
Block a user