mirror of https://github.com/M66B/FairEmail.git
Fixed direct reply / Usenet signature
This commit is contained in:
parent
f3b828a00c
commit
05b85e4cfc
|
@ -195,6 +195,8 @@ public class ServiceUI extends IntentService {
|
|||
|
||||
Bundle results = RemoteInput.getResultsFromIntent(intent);
|
||||
String text = results.getString("text");
|
||||
if (text != null)
|
||||
text = "<p>" + text.replaceAll("\\r?\\n", "<br>") + "</p>";
|
||||
|
||||
DB db = DB.getInstance(this);
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue