Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 324c0aec authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-2b6c1b3d-5e73-4d4a-9a8d-92acb8a1483b-for-git_oc-mr1-release-42...

release-request-2b6c1b3d-5e73-4d4a-9a8d-92acb8a1483b-for-git_oc-mr1-release-4212424 snap-temp-L13800000085536241

Change-Id: Ie53aee30e28149dcba6f95343f665f85589af6a3
parents 8e50ddfb 03256001
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -622,10 +622,11 @@ class AccountTypeManagerImpl extends AccountTypeManager
            final AccountWithDataSet accountWithDataSet = new AccountWithDataSet(
                    account.name, account.type, null);
            final AccountType type = mTypeProvider.getTypeForAccount(accountWithDataSet);

            if (type != null) {
                // Accounts with a dataSet (e.g. Google plus accounts) are not writable.
                result.add(type.wrapAccount(mContext, accountWithDataSet));
            }
        }
        return result;
    }