mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Small fix
This commit is contained in:
@@ -1213,7 +1213,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
if (account == null)
|
||||
return null;
|
||||
|
||||
AccountManager am = AccountManager.get(getContext());
|
||||
AccountManager am = AccountManager.get(context);
|
||||
Account[] accounts = am.getAccountsByType("com.google");
|
||||
for (Account google : accounts)
|
||||
if (account.user.equals(google.name))
|
||||
|
||||
Reference in New Issue
Block a user