mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
Сritical fix. (#24)
This commit is contained in:
parent
a5ff883ed4
commit
5cc0d86492
1 changed files with 1 additions and 2 deletions
|
@ -60,15 +60,14 @@ public void downloadFile() throws IOException {
|
|||
writed.set(writed_local);
|
||||
LogHelper.debug("Downloaded %d", writed_local);
|
||||
if (interrupt.get()) {
|
||||
interrupted.set(true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
LogHelper.debug("Downloaded %d", writed_local);
|
||||
writed.set(writed_local);
|
||||
interrupted.set(true);
|
||||
}
|
||||
interrupted.set(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue