mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Fixed direct reply / Usenet signature
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user