We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026ba99 commit 1f66451Copy full SHA for 1f66451
1 file changed
patches/src/main/kotlin/sticknodes/customFilters.kt
@@ -47,7 +47,7 @@ val AddCustomFilterSlot = bytecodePatch(
47
targetMethod.addInstruction(
48
insertIndex,
49
"""
50
- invoke-static {p0}, Lapp/revanced/extension/customfilters/TintFieldHook;->scheduleInstall(Ljava/lang/Object;)V
+ invoke-static/range {p0 .. p0}, Lapp/revanced/extension/customfilters/TintFieldHook;->scheduleInstall(Ljava/lang/Object;)V
51
""".trimIndent()
52
)
53
0 commit comments