Remove context from BluetoothFeatureProviderImpl
Which is not used. Bug: 286764889 Test: m Settings Change-Id: I3f82d53f667d9802585f67f0e028ca52114a055e
This commit is contained in:
@@ -145,7 +145,7 @@ open class FeatureFactoryImpl : FeatureFactory() {
|
||||
override fun getContextualCardFeatureProvider(context: Context) = contextualCardFeatureProvider
|
||||
|
||||
override val bluetoothFeatureProvider: BluetoothFeatureProvider by lazy {
|
||||
BluetoothFeatureProviderImpl(appContext)
|
||||
BluetoothFeatureProviderImpl()
|
||||
}
|
||||
|
||||
override val faceFeatureProvider: FaceFeatureProvider by lazy { FaceFeatureProviderImpl() }
|
||||
|
||||
Reference in New Issue
Block a user