Tweaking method name.

Change-Id: I2f4f9dc58c8148059914a106526995e80a82376f
This commit is contained in:
Winson Chung
2015-05-21 15:45:24 -07:00
parent db0b572862
commit 7eb9925491
2 changed files with 3 additions and 3 deletions
@@ -211,7 +211,7 @@ public class AppsContainerView extends BaseContainerView implements DragSource,
mNumAppsPerRow = grid.appsViewNumCols;
mNumPredictedAppsPerRow = grid.appsViewNumPredictiveCols;
mApps = new AlphabeticalAppsList(context, mNumAppsPerRow, mNumPredictedAppsPerRow);
mApps.setAppsUpdatedCallback(this);
mApps.setAdapterChangedCallback(this);
mAdapter = new AppsGridAdapter(context, mApps, mNumAppsPerRow, this, this, mLauncher, this);
mAdapter.setEmptySearchText(res.getString(R.string.loading_apps_message));
mAdapter.setNumAppsPerRow(mNumAppsPerRow);