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

Commit d4c16402 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 am: 3e42c58f

parents 87140944 3e42c58f
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