mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Improved reply/forward handling
This commit is contained in:
@@ -141,7 +141,7 @@ public class FragmentWebView extends FragmentBase {
|
||||
protected String onExecute(Context context, Bundle args) throws Throwable {
|
||||
long id = args.getLong("id");
|
||||
|
||||
String html = EntityMessage.read(context, id);
|
||||
String html = Helper.readText(EntityMessage.getFile(context, id));
|
||||
|
||||
Document doc = Jsoup.parse(html);
|
||||
for (Element img : doc.select("img"))
|
||||
|
||||
Reference in New Issue
Block a user