mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Fixed formatting after inserting image
This commit is contained in:
@@ -3379,13 +3379,15 @@ public class FragmentCompose extends FragmentBase {
|
||||
Helper.writeText(file, doc.html());
|
||||
}
|
||||
|
||||
return HtmlHelper.fromHtml(html, new HtmlHelper.ImageGetterEx() {
|
||||
Document d = JsoupEx.parse(html);
|
||||
d = HtmlHelper.sanitizeView(context, d, true);
|
||||
return HtmlHelper.fromDocument(context, d, new HtmlHelper.ImageGetterEx() {
|
||||
@Override
|
||||
public Drawable getDrawable(Element element) {
|
||||
return ImageHelper.decodeImage(context,
|
||||
id, element, true, zoom, 1.0f, etBody);
|
||||
}
|
||||
}, null, getContext());
|
||||
}, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user