Merge "Load appropriately sized thumbnails in grid mode."

This commit is contained in:
Ben Kwa
2015-08-20 21:49:51 +00:00
committed by Android (Google) Code Review

View File

@@ -533,8 +533,6 @@ public class DirectoryFragment extends Fragment {
updateLayout(state.derivedMode);
final int thumbSize = getResources().getDimensionPixelSize(R.dimen.icon_size);
mThumbSize = new Point(thumbSize, thumbSize);
mRecView.setAdapter(mAdapter);
}