mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
set readConfigFlags read default value to 28
fix if size == 28, remainingSize error.
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user