mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Fixed updating signature
This commit is contained in:
parent
83863d3028
commit
c532aad47c
1 changed files with 2 additions and 1 deletions
|
@ -3928,7 +3928,8 @@ public class FragmentCompose extends FragmentBase {
|
|||
else
|
||||
b = HtmlHelper.sanitizeCompose(context, body, true);
|
||||
|
||||
if (TextUtils.isEmpty(body) ||
|
||||
if (dirty ||
|
||||
TextUtils.isEmpty(body) ||
|
||||
!b.body().html().equals(doc.body().html()) ||
|
||||
(extras != null && extras.containsKey("html"))) {
|
||||
dirty = true;
|
||||
|
|
Loading…
Reference in a new issue