mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Small fix
This commit is contained in:
@@ -888,7 +888,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
if (identity == null)
|
||||
return null;
|
||||
|
||||
AccountManager am = AccountManager.get(getContext());
|
||||
AccountManager am = AccountManager.get(context);
|
||||
Account[] accounts = am.getAccountsByType("com.google");
|
||||
for (Account google : accounts)
|
||||
if (identity.user.equals(google.name))
|
||||
|
||||
Reference in New Issue
Block a user