mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Debug
This commit is contained in:
parent
2737717fe0
commit
63d2602a3f
1 changed files with 1 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue