1
0
Fork 0
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:
M66B 2020-10-31 07:19:58 +01:00
parent b3b06f22b3
commit 489d7e1baf

View file

@ -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;