1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 05:34:51 +00:00

Small improvement

This commit is contained in:
M66B 2023-12-12 07:19:48 +01:00
parent fc3951f464
commit 45ff653cd9

View file

@ -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);