mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 19:41:19 +00:00
Use browser for Gmail OAuth
This commit is contained in:
parent
eb28fb237d
commit
a8d2f955ab
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ public class FragmentOAuth extends FragmentBase {
|
|||
Browsers.SBrowser.SIGNATURE_SET,
|
||||
true,
|
||||
VersionRange.atMost("5.3"));
|
||||
return !sbrowser.matches(descriptor);
|
||||
return (!sbrowser.matches(descriptor) &&
|
||||
(!"gmail".equals(provider.id) || !descriptor.useCustomTab));
|
||||
}
|
||||
})
|
||||
.build();
|
||||
|
|
Loading…
Reference in a new issue