Fixed updating signature

pull/178/head
M66B 5 years ago
parent 83863d3028
commit c532aad47c

@ -3928,7 +3928,8 @@ public class FragmentCompose extends FragmentBase {
else else
b = HtmlHelper.sanitizeCompose(context, body, true); b = HtmlHelper.sanitizeCompose(context, body, true);
if (TextUtils.isEmpty(body) || if (dirty ||
TextUtils.isEmpty(body) ||
!b.body().html().equals(doc.body().html()) || !b.body().html().equals(doc.body().html()) ||
(extras != null && extras.containsKey("html"))) { (extras != null && extras.containsKey("html"))) {
dirty = true; dirty = true;

Loading…
Cancel
Save