Skip to content

Commit 6273e28

Browse files
committed
Decompiler handler
1 parent c5782e0 commit 6273e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/njlabs/showjava/processor/JarExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void extract() {
5858
public void run() {
5959
loadIgnoredLibs();
6060
apkToDex();
61-
if(processService.decompilerToUse.equals("cfr") || processService.decompilerToUse.equals("fernflower")){
61+
if(!processService.decompilerToUse.equals("jadx")){
6262
dexToJar();
6363
}
6464
startJavaExtractor();

0 commit comments

Comments
 (0)