mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
Pass exception back to user
- check object is not null before closing - refs #1160
This commit is contained in:
@ -167,6 +167,8 @@ public class ApkDecoder {
|
||||
mAndrolib.recordUncompressedFiles(mApkFile, mUncompressedFiles);
|
||||
mAndrolib.writeOriginalFiles(mApkFile, outDir);
|
||||
writeMetaFile();
|
||||
} catch (Exception ex) {
|
||||
throw ex;
|
||||
} finally {
|
||||
try {
|
||||
mApkFile.close();
|
||||
|
Reference in New Issue
Block a user