mirror of https://github.com/M66B/FairEmail.git
Fixed updating signature
This commit is contained in:
parent
83863d3028
commit
c532aad47c
|
@ -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 New Issue