mirror of https://github.com/M66B/FairEmail.git
Fixed initial space
This commit is contained in:
parent
cf129acd3b
commit
6f2843baae
|
@ -1144,7 +1144,7 @@ public class FragmentCompose extends FragmentEx {
|
||||||
body = body.replaceAll("\\r?\\n", "<br />");
|
body = body.replaceAll("\\r?\\n", "<br />");
|
||||||
|
|
||||||
if (pro)
|
if (pro)
|
||||||
body += "<p> </p><p><tt> </tt></p>";
|
body += "<br /><p><tt> </tt></p>";
|
||||||
} else {
|
} else {
|
||||||
result.draft.thread = ref.thread;
|
result.draft.thread = ref.thread;
|
||||||
|
|
||||||
|
@ -1209,7 +1209,7 @@ public class FragmentCompose extends FragmentEx {
|
||||||
|
|
||||||
body = text + body;
|
body = text + body;
|
||||||
} else
|
} else
|
||||||
body = "<p> </p>" + body;
|
body = "<br />" + body;
|
||||||
}
|
}
|
||||||
|
|
||||||
result.draft.content = true;
|
result.draft.content = true;
|
||||||
|
|
Loading…
Reference in New Issue