任务组工具处理
This commit is contained in:
@ -220,7 +220,7 @@ public class DownloadGroupUtil implements IDownloadUtil {
|
||||
@Override public void run() {
|
||||
mListener.onProgress(mCurrentProgress);
|
||||
}
|
||||
}, 1000);
|
||||
}, 0, 1000);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -32,7 +32,7 @@ public class GroupModule extends BaseModule {
|
||||
|
||||
List<String> getUrls() {
|
||||
List<String> urls = new ArrayList<>();
|
||||
String[] str = getContext().getResources().getStringArray(R.array.download_url);
|
||||
String[] str = getContext().getResources().getStringArray(R.array.group_urls);
|
||||
Collections.addAll(urls, str);
|
||||
return urls;
|
||||
}
|
||||
|
Reference in New Issue
Block a user