mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
Removed task interruption
This commit is contained in:
@@ -721,7 +721,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
ex instanceof SecurityException);
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex, !expected);
|
||||
}
|
||||
}.setInterruptable(false).execute(this, args, "setup:export");
|
||||
}.execute(this, args, "setup:export");
|
||||
}
|
||||
|
||||
private void handleImport(Intent data, String password) {
|
||||
@@ -1111,7 +1111,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex, !expected);
|
||||
}
|
||||
}
|
||||
}.setInterruptable(false).execute(this, args, "setup:import");
|
||||
}.execute(this, args, "setup:import");
|
||||
}
|
||||
|
||||
private void handleImportCertificate(Intent data) {
|
||||
|
||||
Reference in New Issue
Block a user