File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ package app.revanced.patches.instagram.misc.signature
22
33import app.revanced.patcher.patch.bytecodePatch
44import app.revanced.util.returnEarly
5+ import jdk.javadoc.internal.tool.Main.execute
56
67@Suppress(" unused" )
78val 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
You can’t perform that action at this time.
0 commit comments