fix save AndroidManifest.xml when jadx-gui used

This commit is contained in:
NeoSpb
2014-12-26 21:14:43 +03:00
parent 716db8b964
commit fd4289aa64
2 changed files with 19 additions and 14 deletions
@@ -42,6 +42,7 @@ public class JadxWrapper {
public void run() {
try {
decompiler.setOutputDir(dir);
decompiler.parseAndSaveXML();
ThreadPoolExecutor ex = (ThreadPoolExecutor) decompiler.getSaveExecutor();
ex.shutdown();
while (ex.isTerminating()) {