mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 20:20:12 +02:00
Fix nullable issue in annotations rule
This commit is contained in:
parent
fa5d0cc73a
commit
2d227a7349
@ -1282,9 +1282,7 @@ annotations returns[Set<Annotation> annotations]
|
|||||||
}
|
}
|
||||||
})*)
|
})*)
|
||||||
{
|
{
|
||||||
if (annotationMap.size() > 0) {
|
|
||||||
$annotations = ImmutableSet.copyOf(annotationMap.values());
|
$annotations = ImmutableSet.copyOf(annotationMap.values());
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
annotation returns[Annotation annotation]
|
annotation returns[Annotation annotation]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user