mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 09:16:00 +00:00
ERROR for advanced protection
This commit is contained in:
parent
8b2c342e9b
commit
7ccf489f22
1 changed files with 2 additions and 1 deletions
|
@ -354,7 +354,8 @@ public class FragmentGmail extends FragmentBase {
|
|||
} catch (Throwable ex) {
|
||||
// android.accounts.OperationCanceledException = ServiceDisabled?
|
||||
if (ex instanceof AuthenticatorException &&
|
||||
"ServiceDisabled".equals(ex.getMessage()))
|
||||
("ERROR".equals(ex.getMessage())||
|
||||
"ServiceDisabled".equals(ex.getMessage())))
|
||||
ex = new IllegalArgumentException(disabled, ex);
|
||||
|
||||
Log.e(ex);
|
||||
|
|
Loading…
Reference in a new issue