mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Ignore style flag
This commit is contained in:
parent
b3b06f22b3
commit
489d7e1baf
1 changed files with 2 additions and 0 deletions
|
@ -2317,6 +2317,8 @@ public class HtmlHelper {
|
|||
case "strike":
|
||||
setSpan(ssb, new StrikethroughSpan(), start, ssb.length());
|
||||
break;
|
||||
case "style":
|
||||
break;
|
||||
case "tt":
|
||||
setSpan(ssb, new TypefaceSpan("monospace"), start, ssb.length());
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue