This commit is contained in:
M66B 2022-07-20 14:12:18 +02:00
parent 2737717fe0
commit 63d2602a3f
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public class FragmentSetup extends FragmentBase {
String pkg = context.getPackageName();
List<EmailProvider> providers = EmailProvider.loadProfiles(context);
boolean web = false;
boolean web = BuildConfig.DEBUG;
for (EmailProvider provider : providers)
if ("gmail".equals(provider.id) &&
provider.oauth != null &&