Skip to content
New issue

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

点击下载完毕后,正常播放,退出当前Activity,第一次执行onDestroy没问题,再次进来能无需下载,第二次执行onDestroy,再次进来会重新下载。会出现重新下载的问题 #10

Open
wangdongmeng opened this issue Mar 4, 2019 · 1 comment
Labels

Comments

@wangdongmeng
Copy link

No description provided.

@jackyzonewen
Copy link

@wangdongmeng

if(videoFile.exists()){ /** 存在缓存 */
// ...
// ADD: 同构缓存文件播放的时候,修改标志
isFinishDownload = true;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants