Merge "UI Refresh: a new app info header for app/notification."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6e3b964cf4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user