Fix DexGuard optimization issue
This commit is contained in:
parent
8e3d898b40
commit
9c469be176
@ -25,7 +25,7 @@ public class StrikeHandler extends TagHandler {
|
||||
static {
|
||||
boolean hasMarkdownImplementation;
|
||||
try {
|
||||
org.commonmark.ext.gfm.strikethrough.Strikethrough.class.getName();
|
||||
Class.forName("org.commonmark.ext.gfm.strikethrough.Strikethrough");
|
||||
hasMarkdownImplementation = true;
|
||||
} catch (Throwable t) {
|
||||
hasMarkdownImplementation = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user