mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 23:09:23 +01:00
fix: incorrect smali syntax
This commit is contained in:
parent
bb4819a46b
commit
4e74a800c3
@ -58,7 +58,7 @@ class CommentsPatch : BytecodePatch(
|
|||||||
addInstructions(
|
addInstructions(
|
||||||
insertIndex,
|
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
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user