Disable font size debugging

This commit is contained in:
M66B 2022-03-09 11:23:19 +01:00
parent fe12c5e141
commit 2fb613f525
1 changed files with 1 additions and 1 deletions

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