Skip to content

Commit 74c5d7a

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ package app.revanced.patches.instagram.misc.signature
22

33
import app.revanced.patcher.patch.bytecodePatch
44
import app.revanced.util.returnEarly
5+
import jdk.javadoc.internal.tool.Main.execute
56

67
@Suppress("unused")
78
val signatureCheckPatch = bytecodePatch(
89
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
10+
description = "Disables the signature check that can crash the app if external " +
11+
"Instagram links are opened with the app. Including this patch may prevent " +
12+
"sharing Instagram links from inside the app."
1213
) {
1314
compatibleWith("com.instagram.android")
1415

0 commit comments

Comments
 (0)