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

Commit 3e42c58f authored by Tor Norbye's avatar Tor Norbye Committed by Automerger Merge Worker
Browse files

Merge "Update EnforcePermissionFix to set fix name" into main am: 27b6ebe4

parents bbf8fee0 27b6ebe4
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