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) {
|
public DashboardFeatureProviderImpl(Context context) {
|
||||||
mContext = context;
|
mContext = context;
|
||||||
mCategoryManager = CategoryManager.get();
|
mCategoryManager = CategoryManager.get(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user