mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-19 12:17:32 +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
|
import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Hide timeline ads",
|
|
||||||
compatiblePackages = [CompatiblePackage("com.instagram.android")],
|
compatiblePackages = [CompatiblePackage("com.instagram.android")],
|
||||||
)
|
)
|
||||||
|
@Deprecated("This patch is not needed anymore.", replaceWith = ReplaceWith("HideAdsPatch"))
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object HideTimelineAdsPatch : BytecodePatch(
|
object HideTimelineAdsPatch : BytecodePatch(
|
||||||
setOf(
|
setOf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user