mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Refactoring
This commit is contained in:
@@ -88,7 +88,7 @@ public class HtmlHelper {
|
||||
Log.e(ex);
|
||||
Document document = Document.createShell("");
|
||||
Element strong = document.createElement("strong");
|
||||
strong.text(Helper.formatThrowable(ex));
|
||||
strong.text(Log.formatThrowable(ex));
|
||||
document.body().appendChild(strong);
|
||||
return document;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user