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