mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Debug
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user