OSDN Git Service

Fix issue 2146863 Generated thumbnail in camera preview mode doesn't work after recor...
authorRay Chen <raychen@google.com>
Fri, 25 Sep 2009 22:33:49 +0000 (15:33 -0700)
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>
Mon, 28 Sep 2009 00:32:57 +0000 (17:32 -0700)
src/com/android/camera/gallery/ImageList.java

index b461106..9a47e55 100644 (file)
@@ -65,8 +65,7 @@ public class ImageList extends BaseImageList implements IImageList {
     }
 
     private static final String WHERE_CLAUSE =
-            "(" + Media.MIME_TYPE + " in (?, ?, ?)) AND " +
-            Media.MINI_THUMB_MAGIC + "<> 0";
+            "(" + Media.MIME_TYPE + " in (?, ?, ?))";
     private static final String WHERE_CLAUSE_WITH_BUCKET_ID =
             WHERE_CLAUSE + " AND " + Media.BUCKET_ID + " = ?";