Skip to content

网络波动无法继续下载的情况可尝试 #16

Description

@525843697

可以在DownloadTask.pause()修改为
if (mFileInfo != null && mFileInfo.getDownloadStatus() == DownloadStatus.LOADING) {
isPause = true;
} else {
isPause = false;
}
}
在DownloadTask.download().finally加入isPause = false;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions