mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
Fixed an error, when there are missing resources in type, which does not have default config.
This commit is contained in:
parent
6a75830a4f
commit
6576748f6b
@ -302,7 +302,7 @@ public class ARSCDecoder {
|
||||
|
||||
ResValue value = new ResBoolValue(false);
|
||||
ResResource res = new ResResource(
|
||||
mPkg.getConfig(new ResConfigFlags()), spec, value);
|
||||
mPkg.getOrCreateConfig(new ResConfigFlags()), spec, value);
|
||||
mPkg.addResource(res);
|
||||
mConfig.addResource(res);
|
||||
spec.addResource(res);
|
||||
|
Loading…
Reference in New Issue
Block a user