Merge "Update signature when calling CategoryManager.get."
This commit is contained in:
@@ -39,7 +39,7 @@ public class DashboardFeatureProviderImpl implements DashboardFeatureProvider {
|
||||
|
||||
public DashboardFeatureProviderImpl(Context context) {
|
||||
mContext = context;
|
||||
mCategoryManager = CategoryManager.get();
|
||||
mCategoryManager = CategoryManager.get(context);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user