fix: wrong opcode for create-button-method
Added in latest(?) version of the app.
This commit is contained in:
parent
6d4158af85
commit
32146506f1
|
@ -32,7 +32,7 @@ class CreateButtonRemoverPatch : Patch(
|
|||
PatternScanMethod.Fuzzy(2), // FIXME: Test this threshold and find the best value.
|
||||
compatiblePackages,
|
||||
"Signature for the method required to be patched.",
|
||||
"0.0.2"
|
||||
"0.0.3"
|
||||
),
|
||||
"V",
|
||||
AccessFlags.PUBLIC or AccessFlags.FINAL,
|
||||
|
@ -70,7 +70,7 @@ class CreateButtonRemoverPatch : Patch(
|
|||
Opcode.INVOKE_VIRTUAL,
|
||||
Opcode.MOVE_RESULT_OBJECT,
|
||||
Opcode.INVOKE_STATIC,
|
||||
Opcode.MOVE_OBJECT
|
||||
Opcode.MOVE_RESULT_OBJECT
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue