Fixed direct reply / Usenet signature

pull/162/head
M66B 5 years ago
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…
Cancel
Save