libpag
libpag copied to clipboard
资源播放一直闪
【版本信息】
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() } } } }