mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
feat(Instagram): Remove unnecessary Hide timeline ads
patch
The `Hide ads` patch supersedes this patch.
This commit is contained in:
parent
7ae9f8fa0a
commit
5e1d001056
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue