1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-31 19:41:19 +00:00

Fixed signature

This commit is contained in:
M66B 2019-02-03 18:01:27 +00:00
parent a2b4750b67
commit b39c9f0610

View file

@ -303,7 +303,7 @@ public class MessageHelper {
StringBuilder body = new StringBuilder();
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);
if (!TextUtils.isEmpty(identity.signature))
body.append(identity.signature);