Skip to content

Commit

Permalink
don't sort user profiles by serial number, sort alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: r3g_5z <[email protected]>
  • Loading branch information
girlbossceo authored and thestinger committed May 1, 2023
1 parent e5012f3 commit 23b0e5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/android/settings/users/UserSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -1273,8 +1273,7 @@ void updateUserList() {
}


// Sort list of users by serialNum
Collections.sort(userPreferences, UserPreference.SERIAL_NUMBER_COMPARATOR);
Collections.sort(userPreferences);

getActivity().invalidateOptionsMenu();

Expand Down

0 comments on commit 23b0e5e

Please sign in to comment.