Skip to content

Commit

Permalink
fix: initHookInfo find biliAccounts class failed on 8.18.0+ (#1555)
Browse files Browse the repository at this point in the history
应该解决了 8.18.0+ 启动速度缓慢的问题
  • Loading branch information
CodePwn2021 authored Nov 12, 2024
1 parent e2bc2c3 commit d7f0d82
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 d7f0d82

Please sign in to comment.