Merge pull request #216 from francescocervone/feature/fix-dexguard-optimization-issue
Fix DexGuard optimization issue
This commit is contained in:
		
						commit
						cca24090c1
					
				| @ -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
	 Dimitry
						Dimitry