fix(Instagram - Disable signature check): Change patch to default excluded (#6283)

This commit is contained in:
LisoUseInAIKyrios
2025-11-12 08:14:16 +02:00
committed by GitHub
parent 8df9a46721
commit bb745b555b

View File

@@ -6,7 +6,9 @@ import app.revanced.util.returnEarly
@Suppress("unused")
val signatureCheckPatch = bytecodePatch(
name = "Disable signature check",
description = "Disables the signature check that causes the app to crash on startup."
description = "Disables the signature check that can cause the app to crash on startup. " +
"Including this patch may cause issues with sharing or opening external Instagram links.",
use = false
) {
compatibleWith("com.instagram.android")