mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
File not found is expected
This commit is contained in:
@@ -1456,6 +1456,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
// DecoderException: unable to decode base64 string: invalid characters encountered in base64 data
|
||||
boolean expected =
|
||||
(ex instanceof IllegalArgumentException ||
|
||||
ex instanceof FileNotFoundException ||
|
||||
ex instanceof CertificateException ||
|
||||
ex instanceof DecoderException ||
|
||||
ex instanceof SecurityException);
|
||||
|
||||
Reference in New Issue
Block a user