mirror of https://github.com/M66B/FairEmail.git
Use browser for Gmail OAuth
This commit is contained in:
parent
eb28fb237d
commit
a8d2f955ab
|
@ -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 New Issue