Skip to content

Commit

Permalink
fix: playerCoreService issues found on 7.57.0+ (yujincheng08#1338)
Browse files Browse the repository at this point in the history
修复 7.57.0+ 发现的播放器相关功能失效(如自定义倍速)
  • Loading branch information
cxw620 authored Dec 1, 2023
1 parent b18e864 commit d84a502
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 d84a502

Please sign in to comment.