mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-29 22:04:25 +02:00
clean junk codes
This commit is contained in:
parent
00738ab580
commit
27648db5a0
@ -116,9 +116,6 @@ public class PackageBody extends FixedBlockContainer {
|
|||||||
private void readTypeBlock(BlockReader reader) throws IOException{
|
private void readTypeBlock(BlockReader reader) throws IOException{
|
||||||
TypeHeader typeHeader = reader.readTypeHeader();
|
TypeHeader typeHeader = reader.readTypeHeader();
|
||||||
SpecTypePair specTypePair = mSpecTypePairArray.getOrCreate(typeHeader.getId().get());
|
SpecTypePair specTypePair = mSpecTypePairArray.getOrCreate(typeHeader.getId().get());
|
||||||
if(typeHeader.isSparse()){
|
|
||||||
String junk = "";
|
|
||||||
}
|
|
||||||
TypeBlock typeBlock = specTypePair.getTypeBlockArray().createNext(typeHeader.isSparse());
|
TypeBlock typeBlock = specTypePair.getTypeBlockArray().createNext(typeHeader.isSparse());
|
||||||
typeBlock.readBytes(reader);
|
typeBlock.readBytes(reader);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user