mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-02 17:55:42 +00:00
Fixed signature
This commit is contained in:
parent
a2b4750b67
commit
b39c9f0610
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ public class MessageHelper {
|
||||||
StringBuilder body = new StringBuilder();
|
StringBuilder body = new StringBuilder();
|
||||||
body.append(Helper.readText(EntityMessage.getFile(context, message.id)));
|
body.append(Helper.readText(EntityMessage.getFile(context, message.id)));
|
||||||
|
|
||||||
if (Helper.isPro(context) && message.identity != null) {
|
if (message.identity != null) {
|
||||||
EntityIdentity identity = db.identity().getIdentity(message.identity);
|
EntityIdentity identity = db.identity().getIdentity(message.identity);
|
||||||
if (!TextUtils.isEmpty(identity.signature))
|
if (!TextUtils.isEmpty(identity.signature))
|
||||||
body.append(identity.signature);
|
body.append(identity.signature);
|
||||||
|
|
Loading…
Reference in a new issue