mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
fcd68a05f1
commit
1a5c66b803
|
@ -899,8 +899,6 @@ public class HtmlHelper {
|
||||||
case "larger":
|
case "larger":
|
||||||
return FONT_LARGE * _current;
|
return FONT_LARGE * _current;
|
||||||
}
|
}
|
||||||
if (current == null)
|
|
||||||
current = DEFAULT_FONT_SIZE;
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (value.endsWith("%"))
|
if (value.endsWith("%"))
|
||||||
|
|
Loading…
Reference in New Issue