feat(Instagram): Remove unnecessary Hide timeline ads patch

The `Hide ads` patch supersedes this patch.
This commit is contained in:
oSumAtrIX 2024-08-06 01:27:06 +02:00
parent 7ae9f8fa0a
commit 5e1d001056
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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(