mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Refactoring
This commit is contained in:
@@ -1006,7 +1006,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||
|
||||
grpError.setVisibility(View.VISIBLE);
|
||||
|
||||
if ("office365".equals(id) || "outlook".equals(id)) {
|
||||
if (EntityAccount.isOutlook(id)) {
|
||||
if (ex instanceof AuthenticationFailedException)
|
||||
tvOfficeAuthHint.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user