mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-22 09:47:34 +01:00
fix: use proper array syntax
This commit is contained in:
parent
120c63df75
commit
943b424172
@ -95,7 +95,7 @@ public class ResArrayValue extends ResBagValue implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
private final ResScalarValue[] mItems;
|
private final ResScalarValue[] mItems;
|
||||||
private final String AllowedArrayTypes[] = {"string", "integer"};
|
private final String[] AllowedArrayTypes = {"string", "integer"};
|
||||||
|
|
||||||
public static final int BAG_KEY_ARRAY_START = 0x02000000;
|
public static final int BAG_KEY_ARRAY_START = 0x02000000;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user