fix(Instagram - Disable signature check): Set correct return type
This commit is contained in:
parent
8f54a7c5a0
commit
aeb017ba5c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ val disableSignatureCheckPatch = bytecodePatch(
|
|||
compatibleWith("com.instagram.android")
|
||||
|
||||
apply {
|
||||
isValidSignatureMethodMethod.immutableClassDef.getIsValidSignatureClassMethod().returnEarly(true)
|
||||
isValidSignatureMethodMethod.immutableClassDef.getIsValidSignatureClassMethod().returnEarly()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue