mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Fixed updating signature
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user