mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-05 16:24:30 +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()){
|
||||
if(packageBlock==currentPackage ||
|
||||
packageBlock.getId()!=currentPackage.getId()){
|
||||
if(packageBlock==currentPackage){
|
||||
continue;
|
||||
}
|
||||
specTypePair=packageBlock.searchByTypeName(type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user