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

Commit 364a8fe9 authored by Marvin Paul's avatar Marvin Paul Committed by Android Git Automerger
Browse files

am 5aeed158: Merge "Added explicit sort order when fetching accounts." into lmp-mr1-dev

* commit '5aeed158':
  Added explicit sort order when fetching accounts.
parents 50e2d6c2 5aeed158
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ public class AccountManagerService
            boolean accountDeleted = false;
            Cursor cursor = db.query(TABLE_ACCOUNTS,
                    new String[]{ACCOUNTS_ID, ACCOUNTS_TYPE, ACCOUNTS_NAME},
                    null, null, null, null, null);
                    null, null, null, null, ACCOUNTS_ID);
            try {
                accounts.accountCache.clear();
                final HashMap<String, ArrayList<String>> accountNamesByType =