Merge "Load appropriately sized thumbnails in grid mode."
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user