mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-01 22:54:26 +02:00
Suppress XMLException
This commit is contained in:
parent
3aecd1a94c
commit
34b101f989
@ -456,8 +456,10 @@ import java.util.Set;
|
||||
}else {
|
||||
EntryGroup group = entryStore.getEntryGroup(resourceId);
|
||||
if(group==null){
|
||||
throw new XMLException("Failed to decode attribute name: "
|
||||
+ String.format("0x%08x", resourceId));
|
||||
//Lets ignore such error until XML encoder implemented
|
||||
//throw new XMLException("Failed to decode attribute name: "
|
||||
//+ String.format("@0x%08x", resourceId));
|
||||
name=String.format("@0x%08x", resourceId);
|
||||
}else {
|
||||
name=group.getSpecName();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user