Process strike element

This commit is contained in:
M66B
2020-04-29 07:46:03 +02:00
parent e5accf5d93
commit 12b518509e

View File

@@ -2026,6 +2026,7 @@ public class HtmlHelper {
break;
case "s":
case "del":
case "strike":
ssb.setSpan(new StrikethroughSpan(), start, ssb.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
break;
case "tt":