Skip to content

Commit

Permalink
fix: playerCoreService issues found on 7.57.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw620 committed Dec 1, 2023
1 parent b18e864 commit 807b5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/me/iacn/biliroaming/BiliBiliPackage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ class BiliBiliPackage constructor(private val mClassLoader: ClassLoader, mContex
).asSequence().firstNotNullOfOrNull {
dexHelper.decodeMethodIndex(it)
}
}
} ?: doSeekToMethod
} ?: return@playerCoreService
val playerCoreServiceClass = seekToMethod.declaringClass
seekTo = method { name = seekToMethod.name }
Expand Down

0 comments on commit 807b5fb

Please sign in to comment.