Skip to content

Commit

Permalink
fix: missing brackets at inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 23, 2022
1 parent a8f1794 commit 8936c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class CreateButtonRemoverPatch : BytecodePatch(
// Hide the button view via proxy by passing it to the hideCreateButton method
result.method.addInstruction(
result.scanResult.endIndex + 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"
)

return PatchResultSuccess()
Expand Down

0 comments on commit 8936c8a

Please sign in to comment.