mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +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)
|
||||
throws AndrolibException {
|
||||
if ("id".equals(entry.type)) {
|
||||
return new ResIdValue();
|
||||
}
|
||||
switch (entry.valueType) {
|
||||
case TYPE_BAG:
|
||||
return bagFactory(entry);
|
||||
|
Loading…
Reference in New Issue
Block a user