Skip to content

Commit 3b0d41f

Browse files
fix(Instagram - Disable signature check): Update patch description
1 parent fff2954 commit 3b0d41f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import app.revanced.util.returnEarly
66
@Suppress("unused")
77
val signatureCheckPatch = bytecodePatch(
88
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
9+
description = "Disables the signature check that can crash the app if external " +
10+
"Instagram links are opened with the app. Including this patch may prevent " +
11+
"sharing Instagram links from inside the app."
1212
) {
1313
compatibleWith("com.instagram.android")
1414

0 commit comments

Comments
 (0)