Reverting change to load workspace items in reverse order. (5290651)

Change-Id: I6bc5e4ccac12a5a1098721eccb0d6ccede699b42
This commit is contained in:
Winson Chung
2011-09-12 11:00:15 -07:00
parent a1c7ff1219
commit e61e93e56f
+1 -2
View File
@@ -940,8 +940,7 @@ public class LauncherModel extends BroadcastReceiver {
final ArrayList<Long> itemsToRemove = new ArrayList<Long>();
final Cursor c = contentResolver.query(
LauncherSettings.Favorites.CONTENT_URI, null, null, null,
LauncherSettings.Favorites._ID + " DESC");
LauncherSettings.Favorites.CONTENT_URI, null, null, null, null);
// +1 for the hotseat (it can be larger than the workspace)
// Load workspace in reverse order to ensure that latest items are loaded first (and