diff options
Diffstat (limited to 'src/com/android/launcher2/AllAppsPagedView.java')
-rw-r--r-- | src/com/android/launcher2/AllAppsPagedView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/AllAppsPagedView.java b/src/com/android/launcher2/AllAppsPagedView.java index fe7312d..5906599 100644 --- a/src/com/android/launcher2/AllAppsPagedView.java +++ b/src/com/android/launcher2/AllAppsPagedView.java @@ -314,6 +314,7 @@ public class AllAppsPagedView extends PagedViewWithDraggableItems implements All filteredApps.add(info); } } + Collections.sort(filteredApps, LauncherModel.APP_INSTALL_TIME_COMPARATOR); } return filteredApps; } |