We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.4.8
Android 原生
setPathAsync(coverUrl) { pagFile -> pagFile?.let { composition = pagFile play() } 相同URL多次调用setPathAsync,后面有很大几率pagFile 返回空,难道SDK内部没设置缓存么
The text was updated successfully, but these errors were encountered:
kevingpqi123
No branches or pull requests
【版本信息】
4.4.8
【平台信息】
Android 原生
【实际的情况】
setPathAsync(coverUrl) { pagFile ->
pagFile?.let {
composition = pagFile
play()
}
相同URL多次调用setPathAsync,后面有很大几率pagFile 返回空,难道SDK内部没设置缓存么
The text was updated successfully, but these errors were encountered: