mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-14 19:19:12 +03:00
[FIX] RejectedExecutionException after cancelled Download task
This commit is contained in:
parent
537623afaf
commit
dda3ebc7b4
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ public void cancel() {
|
|||
}
|
||||
}
|
||||
tasks.clear();
|
||||
executor.shutdownNow();
|
||||
}
|
||||
|
||||
public boolean isCanceled() {
|
||||
|
|
Loading…
Reference in a new issue