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

Commit 27b6ebe4 authored by Tor Norbye's avatar Tor Norbye Committed by Gerrit Code Review
Browse files

Merge "Update EnforcePermissionFix to set fix name" into main

parents 0bd03508 9bb21bc2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -77,7 +77,9 @@ data class EnforcePermissionFix(
            .autoFix()
            .build()

        return LintFix.create().composite(annotateFix, *replaceOrRemoveFixes.toTypedArray())
        return LintFix.create()
            .name(annotateFix.getDisplayName())
            .composite(annotateFix, *replaceOrRemoveFixes.toTypedArray())
    }

    private val annotation: String