Skip to content

Commit

Permalink
fix: incorrect smali syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed May 7, 2023
1 parent bb4819a commit 4e74a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CommentsPatch : BytecodePatch(
addInstructions(
insertIndex,
"""
invoke-static {v$shortsCommentsButtonRegister, Lapp/revanced/integrations/patches/HideShortsCommentsButtonPatch;->hideShortsCommentsButton(Landroid/view/View;)V
invoke-static { v$shortsCommentsButtonRegister }, Lapp/revanced/integrations/patches/HideShortsCommentsButtonPatch;->hideShortsCommentsButton(Landroid/view/View;)V
"""
)
}
Expand Down

0 comments on commit 4e74a80

Please sign in to comment.