mirror of
https://github.com/revanced/smali.git
synced 2025-05-22 08:37:05 +02:00
fixed the name of the "field name" field, used for dumping
git-svn-id: https://smali.googlecode.com/svn/trunk@63 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
63098c01c4
commit
5cf0028e73
@ -41,7 +41,7 @@ public class FieldIdItem extends IndexedItem<FieldIdItem> {
|
||||
fieldTypeReferenceField = new IndexedItemReference<TypeIdItem>(dexFile.TypeIdsSection,
|
||||
new ShortIntegerField(null), "type_idx"),
|
||||
fieldNameReferenceField = new IndexedItemReference<StringIdItem>(dexFile.StringIdsSection,
|
||||
new IntegerField(null), "parameters_off")
|
||||
new IntegerField(null), "name_idx")
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user