Download executor

This commit is contained in:
M66B
2022-12-28 10:32:41 +01:00
parent fe42eba34d
commit c8fe17b296
5 changed files with 38 additions and 33 deletions

View File

@@ -1099,7 +1099,7 @@ public class EmailProvider implements Parcelable {
private Future<Boolean> getReachable(Context context) {
Log.i("Scanning " + this);
return Helper.getParallelExecutor().submit(new Callable<Boolean>() {
return Helper.getDownloadTaskExecutor().submit(new Callable<Boolean>() {
// Returns:
// false: closed
// true: listening