mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Small improvement
This commit is contained in:
@@ -418,7 +418,10 @@ public class Log {
|
||||
sb.append(ex.toString()).append("\n").append(android.util.Log.getStackTraceString(ex));
|
||||
if (log != null)
|
||||
sb.append(log);
|
||||
String body = "<pre>" + sb.toString().replaceAll("\\r?\\n", "<br>") + "</pre>";
|
||||
String body = "<div>" +
|
||||
TextUtils.htmlEncode(sb.toString())
|
||||
.replaceAll("\\r?\\n", "<br>") +
|
||||
"</div>";
|
||||
|
||||
EntityMessage draft;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user