mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-06-13 05:37:41 +02:00
handle unsigned int conversion
This commit is contained in:
@ -141,7 +141,7 @@ public class PackageArray extends BlockArray<PackageBlock>
|
||||
return;
|
||||
}
|
||||
for(PackageBlock packageBlock:packageArray.listItems()){
|
||||
PackageBlock exist=getOrCreate((byte) packageBlock.getId());
|
||||
PackageBlock exist=getOrCreate(packageBlock.getId());
|
||||
exist.merge(packageBlock);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user