Remove context from applicationFeatureProvider
ApplicationFeatureProvider is created by using application context, no need pass context in when get. Bug: 286764889 Test: m Settings Change-Id: I7f8dfe5716b7b55e0ff984f7603875d7896e2313
This commit is contained in:
@@ -84,7 +84,7 @@ abstract class FeatureFactory {
|
||||
|
||||
abstract fun getDashboardFeatureProvider(context: Context): DashboardFeatureProvider
|
||||
abstract val dockUpdaterFeatureProvider: DockUpdaterFeatureProvider
|
||||
abstract fun getApplicationFeatureProvider(context: Context): ApplicationFeatureProvider
|
||||
abstract val applicationFeatureProvider: ApplicationFeatureProvider
|
||||
abstract val localeFeatureProvider: LocaleFeatureProvider
|
||||
|
||||
abstract fun getEnterprisePrivacyFeatureProvider(
|
||||
|
||||
Reference in New Issue
Block a user