mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-02 07:04:27 +02:00
fix resolve resolve resource ids
This commit is contained in:
parent
aecdc77648
commit
a53466bf9a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user