Use browser for Gmail OAuth

pull/171/head
M66B 5 years ago
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…
Cancel
Save