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