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

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

am e67cf731: am 364a8fe9: am 5aeed158: Merge "Added explicit sort order when...

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

* commit 'e67cf731':
  Added explicit sort order when fetching accounts.
parents b27dbd21 e67cf731
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 =