mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 04:25:47 +02:00
Download executor
This commit is contained in:
@@ -9820,7 +9820,7 @@ public class FragmentMessages extends FragmentBase
|
||||
continue;
|
||||
}
|
||||
|
||||
futures.add(Helper.getParallelExecutor().submit(new Callable<Void>() {
|
||||
futures.add(Helper.getDownloadTaskExecutor().submit(new Callable<Void>() {
|
||||
@Override
|
||||
public Void call() throws Exception {
|
||||
try (OutputStream os = new FileOutputStream(out)) {
|
||||
|
||||
Reference in New Issue
Block a user