No need to reset views in the app lists

This commit is contained in:
Daniel Martí 2014-03-10 17:56:49 +01:00
parent 0f44c5edba
commit 4454c0d261

View File

@ -48,7 +48,6 @@ abstract public class AppListAdapter extends CursorAdapter {
.cacheInMemory(true)
.cacheOnDisc(true)
.imageScaleType(ImageScaleType.NONE)
.resetViewBeforeLoading(true)
.showImageOnLoading(R.drawable.ic_repo_app_default)
.showImageForEmptyUri(R.drawable.ic_repo_app_default)
.displayer(new FadeInBitmapDisplayer(200, true, true, false))