mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added link
This commit is contained in:
@@ -312,6 +312,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
.putExtra("askAccount", provider.oauth.askAccount)
|
||||
.putExtra("askTenant", provider.oauth.askTenant())
|
||||
.putExtra("pop", provider.pop != null));
|
||||
// https://developers.google.com/identity/branding-guidelines
|
||||
int resid = ("gmail".equals(provider.id)
|
||||
? R.drawable.google_signin
|
||||
: res.getIdentifier("provider_" + provider.id, "drawable", pkg));
|
||||
|
||||
Reference in New Issue
Block a user