mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-23 02:07:36 +01:00
ResValueFactory: removed special case for "id" type.
This commit is contained in:
parent
99ec06d40c
commit
510c19c78a
@ -79,9 +79,6 @@ public class ResValueFactory {
|
|||||||
|
|
||||||
public ResValue factory(JniEntry entry)
|
public ResValue factory(JniEntry entry)
|
||||||
throws AndrolibException {
|
throws AndrolibException {
|
||||||
if ("id".equals(entry.type)) {
|
|
||||||
return new ResIdValue();
|
|
||||||
}
|
|
||||||
switch (entry.valueType) {
|
switch (entry.valueType) {
|
||||||
case TYPE_BAG:
|
case TYPE_BAG:
|
||||||
return bagFactory(entry);
|
return bagFactory(entry);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user