mirror of
https://github.com/revanced/smali.git
synced 2025-05-06 17:34:34 +02:00
The annotation visibility should be lowercase
git-svn-id: https://smali.googlecode.com/svn/trunk@358 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
0deaf0b93a
commit
8140e9fca2
@ -44,7 +44,7 @@ public class AnnotationAdaptor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getVisibility() {
|
public String getVisibility() {
|
||||||
return annotationItem.getVisibility().name();
|
return annotationItem.getVisibility().name().toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
||||||
public TypeReference getAnnotationType() {
|
public TypeReference getAnnotationType() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user