mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-29 22:04:25 +02:00
V1.0.2
This commit is contained in:
parent
3dbd9a1e2c
commit
8cbbc2fdad
@ -21,7 +21,7 @@ public class ResConfig extends FixedBlockContainer implements BlockLoad {
|
||||
public ResConfig(){
|
||||
super(2);
|
||||
this.configSize = new IntegerItem(SIZE_64);
|
||||
this.mValuesContainer = new ByteArray(SIZE_64);
|
||||
this.mValuesContainer = new ByteArray(SIZE_64 - 4);
|
||||
addChild(0, configSize);
|
||||
addChild(1, mValuesContainer);
|
||||
this.configSize.setBlockLoad(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user