|
|
@ -354,7 +354,8 @@ public class FragmentGmail extends FragmentBase {
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
// android.accounts.OperationCanceledException = ServiceDisabled?
|
|
|
|
// android.accounts.OperationCanceledException = ServiceDisabled?
|
|
|
|
if (ex instanceof AuthenticatorException &&
|
|
|
|
if (ex instanceof AuthenticatorException &&
|
|
|
|
"ServiceDisabled".equals(ex.getMessage()))
|
|
|
|
("ERROR".equals(ex.getMessage())||
|
|
|
|
|
|
|
|
"ServiceDisabled".equals(ex.getMessage())))
|
|
|
|
ex = new IllegalArgumentException(disabled, ex);
|
|
|
|
ex = new IllegalArgumentException(disabled, ex);
|
|
|
|
|
|
|
|
|
|
|
|
Log.e(ex);
|
|
|
|
Log.e(ex);
|
|
|
|