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

Commit 8ae1d98e 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 96c107b3 944a45a2
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);
    }