mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 19:16:09 +01:00
parent
5798c9200f
commit
c1cb9425d5
@ -52,6 +52,11 @@ public class ResStyleValue extends ResBagValue implements
|
|||||||
}
|
}
|
||||||
for (int i = 0; i < mItems.length; i++) {
|
for (int i = 0; i < mItems.length; i++) {
|
||||||
ResResSpec spec = mItems[i].m1.getReferent();
|
ResResSpec spec = mItems[i].m1.getReferent();
|
||||||
|
|
||||||
|
if (spec == null) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
String name = null;
|
String name = null;
|
||||||
String value = null;
|
String value = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user