Skip to content

Commit

Permalink
fix: initHookInfo find biliAccounts class failed on 8.17.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePwn2021 committed Nov 12, 2024
1 parent e2bc2c3 commit 5785036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/me/iacn/biliroaming/BiliBiliPackage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,10 @@ class BiliBiliPackage constructor(private val mClassLoader: ClassLoader, mContex
}
biliAccounts = biliAccounts {
val biliAccountsClass = dexHelper.findMethodUsingString(
"refresh token error",
"logout with account exception",
false,
-1,
0,
1,
null,
-1,
null,
Expand Down

0 comments on commit 5785036

Please sign in to comment.