mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +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 String AllowedArrayTypes[] = {"string", "integer"};
|
||||
private final String[] AllowedArrayTypes = {"string", "integer"};
|
||||
|
||||
public static final int BAG_KEY_ARRAY_START = 0x02000000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user