Add empty lines before signature on new message

This commit is contained in:
M66B
2018-11-12 18:21:53 +01:00
parent 2ccb9a084a
commit 236a258089

View File

@@ -1123,7 +1123,7 @@ public class FragmentCompose extends FragmentEx {
body = body.replaceAll("\\r?\\n", "<br />");
if (pro && !TextUtils.isEmpty(result.account.signature))
body += result.account.signature;
body += "<br><br>" + result.account.signature;
} else {
result.draft.thread = ref.thread;