Merge "UI Refresh: a new app info header for app/notification."

This commit is contained in:
TreeHugger Robot
2016-10-27 22:43:51 +00:00
committed by Android (Google) Code Review
14 changed files with 665 additions and 10 deletions

View File

@@ -43,8 +43,8 @@ public class DashboardFeatureProviderImpl implements DashboardFeatureProvider {
private final CategoryManager mCategoryManager;
public DashboardFeatureProviderImpl(Context context) {
mContext = context;
mCategoryManager = CategoryManager.get(context);
mContext = context.getApplicationContext();
mCategoryManager = CategoryManager.get(mContext);
}
@Override