mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 15:40:59 +01:00
Expecting I/O error on import
This commit is contained in:
@@ -1076,6 +1076,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
else {
|
||||
boolean expected =
|
||||
(ex instanceof IllegalArgumentException ||
|
||||
ex instanceof IOException ||
|
||||
ex instanceof FileNotFoundException ||
|
||||
ex instanceof JSONException ||
|
||||
ex instanceof SecurityException);
|
||||
|
||||
Reference in New Issue
Block a user