mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Resent / clear annotations
This commit is contained in:
parent
b64c4c6d2a
commit
4657dd92e0
1 changed files with 1 additions and 0 deletions
|
@ -5158,6 +5158,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
|
|
||||||
if (ref.content && "resend".equals(action)) {
|
if (ref.content && "resend".equals(action)) {
|
||||||
document = JsoupEx.parse(ref.getFile(context));
|
document = JsoupEx.parse(ref.getFile(context));
|
||||||
|
HtmlHelper.clearAnnotations(document);
|
||||||
// Save original body
|
// Save original body
|
||||||
Element div = document.body()
|
Element div = document.body()
|
||||||
.tagName("div")
|
.tagName("div")
|
||||||
|
|
Loading…
Reference in a new issue