libpag icon indicating copy to clipboard operation
libpag copied to clipboard

资源播放一直闪

Open peter100u opened this issue 1 year ago • 0 comments

【版本信息】

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() } } } }

peter100u avatar Jan 23 '24 12:01 peter100u