Changing downloads tab to my apps and making most recent first. (3377455)
Change-Id: I75ae46ad601457ecfc9555aff7f7ff5284440317
This commit is contained in:
@@ -314,6 +314,7 @@ public class AllAppsPagedView extends PagedViewWithDraggableItems implements All
|
||||
filteredApps.add(info);
|
||||
}
|
||||
}
|
||||
Collections.sort(filteredApps, LauncherModel.APP_INSTALL_TIME_COMPARATOR);
|
||||
}
|
||||
return filteredApps;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user