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

Commit d62fe97c authored by Steve McKay's avatar Steve McKay
Browse files

Fix broken build.

Was broken by d017db0c.

Change-Id: Ib1fcb5a8bc7aad6b3fcc501d57f19c931912af75
parent f6f73004
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ public class DirectoryFragment extends Fragment {
        mRecView.setLayoutManager(layout);
        // TODO: Once b/23691541 is resolved, use a listener within MultiSelectManager instead of
        // imperatively calling this function.
        mSelectionManager.handleLayoutChanged();
        mModel.mSelectionManager.handleLayoutChanged();
        // setting layout manager automatically invalidates existing ViewHolders.
        mThumbSize = new Point(thumbSize, thumbSize);
    }