mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Use browser for Gmail OAuth
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user