mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Disable font size debugging
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user