From c2211d458d5cab030999e604a87cc1d02805b7ef Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 2 Jul 2023 13:36:07 +0200 Subject: [PATCH] fix(reddit/hide-comment-ads): do not require integrations --- .../patches/reddit/ad/comments/patch/HideCommentAdsPatch.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/reddit/ad/comments/patch/HideCommentAdsPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/ad/comments/patch/HideCommentAdsPatch.kt index e14943e0c..b6c7bd32f 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/ad/comments/patch/HideCommentAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/ad/comments/patch/HideCommentAdsPatch.kt @@ -8,12 +8,10 @@ import app.revanced.patcher.extensions.InstructionExtensions.addInstructions import app.revanced.patcher.patch.BytecodePatch import app.revanced.patcher.patch.PatchResult import app.revanced.patcher.patch.PatchResultSuccess -import app.revanced.patcher.patch.annotations.RequiresIntegrations import app.revanced.patches.reddit.ad.comments.fingerprints.HideCommentAdsFingerprint @Name("hide-comment-ads") @Description("Removes all comment ads.") -@RequiresIntegrations @Version("0.0.1") class HideCommentAdsPatch : BytecodePatch( listOf(HideCommentAdsFingerprint)