mirror of
https://github.com/revanced/smali.git
synced 2025-05-23 18:16:23 +02:00
Use getType to get the annotation type for an annotation encoded value
This commit is contained in:
parent
3f3427d0dd
commit
476e704c86
@ -49,7 +49,7 @@ public class DexBackedAnnotationEncodedValue implements AnnotationEncodedValue {
|
||||
|
||||
public DexBackedAnnotationEncodedValue(@Nonnull DexReader reader) {
|
||||
this.dexBuf = reader.getDexBuffer();
|
||||
this.type = reader.getString(reader.readSmallUleb128());
|
||||
this.type = reader.getType(reader.readSmallUleb128());
|
||||
this.elementsOffset = reader.getOffset();
|
||||
skipElements(reader);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user