mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Always add signature
This commit is contained in:
@@ -6886,10 +6886,10 @@ public class FragmentCompose extends FragmentBase {
|
||||
d.body().prependChild(e);
|
||||
else
|
||||
d.body().appendChild(e);
|
||||
|
||||
addSignature(context, d, draft, identity);
|
||||
}
|
||||
|
||||
addSignature(context, d, draft, identity);
|
||||
|
||||
body = d.html();
|
||||
|
||||
// Create new revision
|
||||
|
||||
Reference in New Issue
Block a user