fix: put back proper variable (#61)
This commit is contained in:
parent
e101af72d4
commit
35b86c7d78
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class CreateButtonRemoverPatch : BytecodePatch(
|
||||||
|
|
||||||
// Hide the button view via proxy by passing it to the hideCreateButton method
|
// Hide the button view via proxy by passing it to the hideCreateButton method
|
||||||
result.method.addInstruction(
|
result.method.addInstruction(
|
||||||
result.scanResult.endIndex + 1,
|
moveResultIndex + 1,
|
||||||
"invoke-static { v${moveResultInstruction.registerA} }, Lapp/revanced/integrations/patches/HideCreateButtonPatch;->hideCreateButton(Landroid/view/View;)V"
|
"invoke-static { v${moveResultInstruction.registerA} }, Lapp/revanced/integrations/patches/HideCreateButtonPatch;->hideCreateButton(Landroid/view/View;)V"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue