mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: put back proper variable (#61)
This commit is contained in:
parent
9d2614d60c
commit
d26c423303
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
|
||||
result.method.addInstruction(
|
||||
result.scanResult.endIndex + 1,
|
||||
moveResultIndex + 1,
|
||||
"invoke-static { v${moveResultInstruction.registerA} }, Lapp/revanced/integrations/patches/HideCreateButtonPatch;->hideCreateButton(Landroid/view/View;)V"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue