fix: incorrect smali syntax

This commit is contained in:
oSumAtrIX 2023-05-07 18:56:29 +02:00
parent bb4819a46b
commit 4e74a800c3
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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
"""
)
}