mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-03 07:14:26 +02:00
Merge branch 'footpatch-patch-1'
This commit is contained in:
commit
0a16705430
@ -82,6 +82,8 @@ public class SmaliMod {
|
|||||||
smaliParser.smali_file_return result = parser.smali_file();
|
smaliParser.smali_file_return result = parser.smali_file();
|
||||||
|
|
||||||
if (parser.getNumberOfSyntaxErrors() > 0 || lexer.getNumberOfSyntaxErrors() > 0) {
|
if (parser.getNumberOfSyntaxErrors() > 0 || lexer.getNumberOfSyntaxErrors() > 0) {
|
||||||
|
is.close();
|
||||||
|
reader.close();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user