Skip to content

Commit

Permalink
fix: incorrect method name (#1571)
Browse files Browse the repository at this point in the history
修复上一个commit错误使用的方法名
  • Loading branch information
CodePwn2021 authored Nov 20, 2024
1 parent 2879601 commit d7e2a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/me/iacn/biliroaming/hook/DynamicHook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DynamicHook(classLoader: ClassLoader) : BaseHook(classLoader) {
}
}
dynamicMossV2?.hookBeforeMethod(
if (instance.useNewMossFunc) "executeDynAll" else "dynAll",
"dynAll",
"com.bapis.bilibili.app.dynamic.v2.DynAllReq",
instance.mossResponseHandlerClass
) {
Expand Down

0 comments on commit d7e2a55

Please sign in to comment.