mirror of https://github.com/M66B/FairEmail.git
parent
26e06bdbf4
commit
af7e1b04dc
|
@ -168,6 +168,8 @@ public class FragmentSetup extends FragmentBase {
|
|||
int order = 1;
|
||||
popupMenu.getMenu().add(Menu.NONE, R.string.title_setup_gmail, order++, R.string.title_setup_gmail);
|
||||
|
||||
if (!Helper.isPlayStoreInstall() &&
|
||||
(Helper.hasValidFingerprint(getContext()) || BuildConfig.DEBUG))
|
||||
for (EmailProvider provider : EmailProvider.loadProfiles(getContext()))
|
||||
if (provider.oauth != null && (provider.oauth.enabled || BuildConfig.DEBUG))
|
||||
popupMenu.getMenu()
|
||||
|
|
Loading…
Reference in New Issue