Unverified Commit e4fc3ceb authored by sergey-wowwow's avatar sergey-wowwow Committed by GitHub

Update JadxArgs.java

Changes flags to true
parent 75135819
...@@ -14,7 +14,7 @@ public class JadxArgs implements IJadxArgs { ...@@ -14,7 +14,7 @@ public class JadxArgs implements IJadxArgs {
private boolean fallbackMode = false; private boolean fallbackMode = false;
private boolean showInconsistentCode = false; private boolean showInconsistentCode = false;
private boolean useImports = false; private boolean useImports = true;
private boolean isSkipResources = false; private boolean isSkipResources = false;
private boolean isSkipSources = false; private boolean isSkipSources = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment