mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 03:43:55 +01:00
Small improvement
This commit is contained in:
@@ -2399,6 +2399,9 @@ public class HtmlHelper {
|
||||
if (llevel > 0)
|
||||
setSpan(ssb, new LeadingMarginSpan.Standard(llevel * dp24), start, ssb.length());
|
||||
break;
|
||||
case "p": // signature
|
||||
// Do nothing
|
||||
break;
|
||||
case "small":
|
||||
setSpan(ssb, new RelativeSizeSpan(FONT_SMALL), start, ssb.length());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user