资源播放一直闪
Open
@kevingpqi123 is already working on this.
Since Jan 23, 2024.
- Dominant language
- HTML
- Stars
- 5.8k
- Forks
- 531
- Avg merge
- 8d 55m
- Merged PRs (30d)
- 17
Description
【版本信息】
4.3.47
【平台信息】
Android 原生
【预期的表现】
手机正常播放即可
【实际的情况】
OPPO A5s设备 os系统: 8.1.0 播放这个资源 https://test-static.ohlatech.com//test/xx.pag,一直闪退, 其他手机没有问题, 其他资源没问题,除了这资源
【Demo及附件】
dBinding.pvCurrentBigStar.apply {
setPathAsync("https://test-static.ohlatech.com//test/xx.pag") { file ->
file?.let {
composition = file
setRepeatCount(0)
if (!isPlaying) {
play()
}
}
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.