We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff2954 commit 3b0d41fCopy full SHA for 3b0d41f
patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt
@@ -6,9 +6,9 @@ import app.revanced.util.returnEarly
6
@Suppress("unused")
7
val signatureCheckPatch = bytecodePatch(
8
name = "Disable signature check",
9
- description = "Disables the signature check that can cause the app to crash on startup. " +
10
- "Including this patch may cause issues with sharing or opening external Instagram links.",
11
- use = false
+ description = "Disables the signature check that can crash the app if external " +
+ "Instagram links are opened with the app. Including this patch may prevent " +
+ "sharing Instagram links from inside the app."
12
) {
13
compatibleWith("com.instagram.android")
14
0 commit comments