mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +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();
|
tasks.clear();
|
||||||
executor.shutdownNow();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isCanceled() {
|
public boolean isCanceled() {
|
||||||
|
|
Loading…
Reference in a new issue