Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 594ba5f8 authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Update as AnnotationAttribute.value is now legacyValue" into main am: eea3b0d2

parents fd8d3bd2 eea3b0d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,6 +88,6 @@ fun getFlagAnnotation(item: Item): String? {
    return item.modifiers
        .findAnnotation("android.annotation.FlaggedApi")
        ?.findAttribute("value")
        ?.value
        ?.legacyValue
        ?.value() as? String
}