Ensuring that AllAppsGridAdapter is public.

- Also show the search action when searching all apps

Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
This commit is contained in:
Winson
2015-08-11 16:20:47 -07:00
parent 99eceebfaa
commit eea9fa4022
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ import java.util.List;
/**
* The grid view adapter of all the apps.
*/
class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.ViewHolder> {
public class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.ViewHolder> {
public static final String TAG = "AppsGridAdapter";
private static final boolean DEBUG = false;