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