Update signature when calling CategoryManager.get.
Bug: 31781480 Test: compiles Change-Id: Iee715aca3767a67728527ba9390787d3f8a7e5fe
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