[2.15.0] 优化obu升级

This commit is contained in:
lixiaopeng
2023-04-20 15:06:01 +08:00
parent fbd07fdce6
commit da7c9ca2d2
7 changed files with 75 additions and 49 deletions

View File

@@ -156,6 +156,7 @@ public class DownloadService implements InitThread.InitCallBack, DownloadCallBac
@Override
public void threadDownLoadFinished(String url, ThreadBean threadBean, String localPath) {
IDownload iDownload = callBacks.get(url);
Log.d(DOWN_LOAD_TAG, "下载完成 -----> iDownload = " + iDownload);
if (iDownload != null) {
iDownload.onFinished(url, threadBean, localPath);
}