mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Small improvements
This commit is contained in:
@@ -4362,7 +4362,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
|
||||
String html = Helper.readText(file);
|
||||
Document document = JsoupEx.parse(html);
|
||||
HtmlHelper.embedImages(context, id, document);
|
||||
HtmlHelper.embedInlineImages(context, id, document);
|
||||
|
||||
Element body = document.body();
|
||||
if (body != null) {
|
||||
|
||||
Reference in New Issue
Block a user