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

在APP进程杀死后再次进入使用FileDownloader.getImpl().getSoFar(downloadId)获取时0 #637

Closed
shiyd0516 opened this issue Jun 30, 2017 · 1 comment
Labels

Comments

@shiyd0516
Copy link

/**
* 获取已经下载的文件大小
* @param downloadId
* @return
*/
public long getSoFarBytes(int downloadId){
return FileDownloader.getImpl().getSoFar(downloadId);
}
获取结果是0

@Jacksgong
Copy link
Collaborator

Jacksgong commented Jun 30, 2017

参考这里: #579 (comment)

或者是这个: #392 (comment)

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

2 participants