1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 00:21:10 +00:00

Disable font size debugging

This commit is contained in:
M66B 2022-03-09 11:23:19 +01:00
parent fe12c5e141
commit 2fb613f525

View file

@ -785,7 +785,7 @@ public class HtmlHelper {
if (fsize != null)
if (fsize == 0) {
if (BuildConfig.DEBUG)
if (display_hidden)
if (display_hidden && false)
sb.append("text-decoration:line-through;");
else if (false) {
Log.i("Removing font size zero " + element.tagName());