From 5e1d001056df68e1e2b39f1365215c91bcc9e46b Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 6 Aug 2024 01:27:06 +0200 Subject: [PATCH] feat(Instagram): Remove unnecessary `Hide timeline ads` patch The `Hide ads` patch supersedes this patch. --- .../instagram/patches/ads/timeline/HideTimelineAdsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/HideTimelineAdsPatch.kt b/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/HideTimelineAdsPatch.kt index 2cb98620c..0715432ff 100644 --- a/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/HideTimelineAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/HideTimelineAdsPatch.kt @@ -14,9 +14,9 @@ import app.revanced.util.exception import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction @Patch( - name = "Hide timeline ads", compatiblePackages = [CompatiblePackage("com.instagram.android")], ) +@Deprecated("This patch is not needed anymore.", replaceWith = ReplaceWith("HideAdsPatch")) @Suppress("unused") object HideTimelineAdsPatch : BytecodePatch( setOf(