mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 01:07:34 +01:00
fix: don't assume a referent exists on ReferenceValue (#2926)
This commit is contained in:
parent
273842279a
commit
ef83dc2f04
@ -71,7 +71,7 @@ public class ResEnumAttr extends ResAttr {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (ref != null) {
|
||||
if (ref != null && !ref.referentIsNull()) {
|
||||
value2 = ref.getReferent().getName();
|
||||
mItemsCache.put(value, value2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user