mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 13:34:00 +02:00
Small change
This commit is contained in:
@@ -110,9 +110,7 @@ public class ActivityError extends ActivityBase {
|
||||
|
||||
boolean password = (auth_type == ServiceAuthenticator.AUTH_TYPE_PASSWORD);
|
||||
boolean outlook = ("outlook.office365.com".equalsIgnoreCase(host) ||
|
||||
"smtp.office365.com".equalsIgnoreCase(host) ||
|
||||
"imap-mail.outlook.com".equalsIgnoreCase(host) ||
|
||||
"smtp-mail.outlook.com".equalsIgnoreCase(host));
|
||||
"smtp.office365.com".equalsIgnoreCase(host));
|
||||
|
||||
btnPassword.setText(password && !outlook ? R.string.title_password : R.string.title_setup_oauth_authorize);
|
||||
btnPassword.setCompoundDrawablesRelativeWithIntrinsicBounds(
|
||||
|
||||
Reference in New Issue
Block a user