mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-19 09:17:35 +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
@ -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…
x
Reference in New Issue
Block a user