mirror of https://github.com/axmolengine/axmol.git
Update Cocos2dxDownloader.java (#17528)
This commit is contained in:
parent
8be22ce55c
commit
39f264d5c3
|
@ -324,7 +324,7 @@ public class Cocos2dxDownloader {
|
|||
if (!parent.isDirectory() && !parent.mkdirs()) break;
|
||||
|
||||
File finalFile = new File(path);
|
||||
if (tempFile.isDirectory()) break;
|
||||
if (finalFile.isDirectory()) break;
|
||||
|
||||
task.handler = new FileTaskHandler(downloader, id, tempFile, finalFile);
|
||||
Header[] headers = null;
|
||||
|
|
Loading…
Reference in New Issue