Fix broken build.

Was broken by d017db0c6b.

Change-Id: Ib1fcb5a8bc7aad6b3fcc501d57f19c931912af75
This commit is contained in:
Steve McKay
2015-09-01 12:31:24 -07:00
parent f6f73004ab
commit d62fe97cdf

View File

@@ -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);
}