Fixed duplicate Outlook provider

This commit is contained in:
M66B
2022-11-09 22:43:58 +01:00
parent 796fcc1071
commit d3498f079e
2 changed files with 3 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ public class FragmentSetup extends FragmentBase {
// OAuth
for (EmailProvider provider : providers)
if (provider.oauth != null &&
(provider.oauth.enabled || BuildConfig.DEBUG) &&
provider.oauth.enabled &&
!TextUtils.isEmpty(provider.oauth.clientId)) {
String title = getString(R.string.title_setup_oauth, provider.description);
item = menu