mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Download executor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user