mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 10:02:55 +01:00
Merge pull request #1084 from rover12421/readConfigFlags_read_setDeafultValue_28
set readConfigFlags read default value to 28
This commit is contained in:
commit
b0eb58a426
@ -264,7 +264,7 @@ public class ARSCDecoder {
|
||||
private ResConfigFlags readConfigFlags() throws IOException,
|
||||
AndrolibException {
|
||||
int size = mIn.readInt();
|
||||
int read = 0;
|
||||
int read = 28;
|
||||
|
||||
if (size < 28) {
|
||||
throw new AndrolibException("Config size < 28");
|
||||
|
Loading…
Reference in New Issue
Block a user