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