mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 13:27:47 +01:00
fix: remove no longer used resources on ResPackage
This commit is contained in:
parent
618d9b23e5
commit
bddf575318
@ -332,7 +332,6 @@ public class ARSCDecoder {
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
mPkg.addResource(res);
|
||||
}
|
||||
|
||||
private ResBagValue readComplexEntry() throws IOException, AndrolibException {
|
||||
@ -530,7 +529,6 @@ public class ARSCDecoder {
|
||||
ResValue value = new ResReferenceValue(mPkg, 0, "");
|
||||
|
||||
ResResource res = new ResResource(mType, spec, value);
|
||||
mPkg.addResource(res);
|
||||
mType.addResource(res);
|
||||
spec.addResource(res);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user