mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-06-13 05:37:41 +02:00
fix resolve resolve resource ids
This commit is contained in:
@ -184,11 +184,7 @@
|
||||
}
|
||||
}
|
||||
for(PackageBlock packageBlock:currentPackage.getTableBlock().listPackages()){
|
||||
if(packageBlock==currentPackage ||
|
||||
packageBlock.getId()!=currentPackage.getId()){
|
||||
continue;
|
||||
}
|
||||
for(EntryGroup entryGroup : currentPackage.listEntryGroup()){
|
||||
for(EntryGroup entryGroup : packageBlock.listEntryGroup()){
|
||||
if(type.equals(entryGroup.getTypeName()) &&
|
||||
name.equals(entryGroup.getSpecName())){
|
||||
return entryGroup;
|
||||
|
Reference in New Issue
Block a user