mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-23 18:37:14 +02:00
refactor: use Activity's Context instead of ApplicationContext
This commit is contained in:
parent
fd3611c862
commit
1709b9259c
@ -19,7 +19,7 @@ internal object BytecodeHelper {
|
|||||||
|
|
||||||
hookMethod.addInstruction(
|
hookMethod.addInstruction(
|
||||||
2,
|
2,
|
||||||
"invoke-static {}, $UTILS_PATH/$methods;->$descriptor()V"
|
"invoke-static/range {p0 .. p0}, $UTILS_PATH/$methods;->$descriptor(Landroid/content/Context;)V"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user