mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
fc3951f464
commit
45ff653cd9
|
@ -3783,7 +3783,7 @@ public class Log {
|
|||
}
|
||||
ssb.append("\r\n");
|
||||
} catch (Throwable ex) {
|
||||
ssb.append(new ThrowableWrapper(ex).toSafeString());
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
ssb.setSpan(new RelativeSizeSpan(HtmlHelper.FONT_SMALL), 0, ssb.length(), 0);
|
||||
|
|
Loading…
Reference in New Issue