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:
parent
fe12c5e141
commit
2fb613f525
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue