OSDN Git Service

Fix order of saved gallery images
authorMichael Jurka <mikejurka@google.com>
Sat, 14 Sep 2013 13:49:53 +0000 (15:49 +0200)
committerMichael Jurka <mikejurka@google.com>
Sat, 14 Sep 2013 13:50:45 +0000 (15:50 +0200)
Bug: 10640466

src/com/android/launcher3/SavedWallpaperImages.java

index afeea2d..9766a8a 100644 (file)
@@ -58,7 +58,7 @@ public class SavedWallpaperImages {
                 null, // args to select query
                 null,
                 null,
-                null,
+                ImageDb.COLUMN_ID + " DESC",
                 null);
 
         while (result.moveToNext()) {