1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00
This commit is contained in:
M66B 2022-07-20 14:12:18 +02:00
parent 2737717fe0
commit 63d2602a3f

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 &&