Skip to content

Commit 1f66451

Browse files
committed
feat: 6
1 parent 026ba99 commit 1f66451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/src/main/kotlin/sticknodes/customFilters.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ val AddCustomFilterSlot = bytecodePatch(
4747
targetMethod.addInstruction(
4848
insertIndex,
4949
"""
50-
invoke-static {p0}, Lapp/revanced/extension/customfilters/TintFieldHook;->scheduleInstall(Ljava/lang/Object;)V
50+
invoke-static/range {p0 .. p0}, Lapp/revanced/extension/customfilters/TintFieldHook;->scheduleInstall(Ljava/lang/Object;)V
5151
""".trimIndent()
5252
)
5353

0 commit comments

Comments
 (0)