Fixed updating signature

This commit is contained in:
M66B 2020-04-27 10:16:26 +02:00
parent 83863d3028
commit c532aad47c
1 changed files with 2 additions and 1 deletions

View File

@ -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;