袁昊

Results 4 comments of 袁昊

哥们,我这也出现了, ![image](https://user-images.githubusercontent.com/13725348/35964148-ce9632bc-0cf1-11e8-9335-dcaad361d0fd.png) ![image](https://user-images.githubusercontent.com/13725348/35964172-e2beaea4-0cf1-11e8-9ddc-2058809fe103.png)

getRigger的时候rigger为空 抛出异常了就

你那时候的版本下载完成后没有删除数据库的信息吗?现在都删除了` `@Override public synchronized void onFinish(DLThreadInfo threadInfo) { if (null == threadInfo) { DLManager.getInstance(context).removeDLTask(info.baseUrl); **DLDBManager.getInstance(context).deleteTaskInfo(info.baseUrl);** if (info.hasListener) { info.listener.onProgress(info.totalBytes); info.listener.onFinish(info.file); } return; } info.removeDLThread(threadInfo); DLDBManager.getInstance(context).deleteThreadInfo(threadInfo.id); Log.d(TAG, "Thread size " +...

progresssbar可以在子线程中直接使用,监听是一秒一次,没有影响的