Small change

This commit is contained in:
M66B
2024-07-29 19:00:12 +02:00
parent 03402187c0
commit 5757e5c9a4

View File

@@ -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(