Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b347436a authored by Ben Kwa's avatar Ben Kwa Committed by Android (Google) Code Review
Browse files

Merge "Load appropriately sized thumbnails in grid mode."

parents 1303a118 147bdc9f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);
    }