mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-06 00:34:27 +02:00
ignore package id on searching @type/name
This commit is contained in:
parent
a1230bd31c
commit
4439738534
@ -214,8 +214,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for(PackageBlock packageBlock:currentPackage.getTableBlock().listPackages()){
|
for(PackageBlock packageBlock:currentPackage.getTableBlock().listPackages()){
|
||||||
if(packageBlock==currentPackage ||
|
if(packageBlock==currentPackage){
|
||||||
packageBlock.getId()!=currentPackage.getId()){
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
specTypePair=packageBlock.searchByTypeName(type);
|
specTypePair=packageBlock.searchByTypeName(type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user