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

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

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

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

* commit '364a8fe9':
  Added explicit sort order when fetching accounts.
parents 92205a33 364a8fe9
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 =