Skip to content

Commit

Permalink
Optimization and scrolling issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavesh-hirpara committed Apr 3, 2014
1 parent cc37b4c commit dc1ea33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/com/luminous/pick/CustomGalleryActivity.java
Expand Up @@ -185,7 +185,6 @@ private ArrayList<CustomGallery> getGalleryPhotos() {
MediaStore.Images.Media._ID };
final String orderBy = MediaStore.Images.Media._ID;

@SuppressWarnings("deprecation")
Cursor imagecursor = managedQuery(
MediaStore.Images.Media.EXTERNAL_CONTENT_URI, columns,
null, null, orderBy);
Expand Down
2 changes: 1 addition & 1 deletion src/com/luminous/pick/GalleryAdapter.java
Expand Up @@ -26,7 +26,7 @@ public GalleryAdapter(Context c, ImageLoader imageLoader) {
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
mContext = c;
this.imageLoader = imageLoader;
clearCache();
// clearCache();
}

@Override
Expand Down

0 comments on commit dc1ea33

Please sign in to comment.