Add help button on the top right corner of more settings page
BUG: 343317785 Test: atest DeviceDetailsFragmentFormatterTest Flag: com.android.settings.flags.enable_bluetooth_device_details_polish Change-Id: I3053c0495d4c3cfefcd4f77c9114c4c8c8fe08ca
This commit is contained in:
@@ -101,6 +101,12 @@ open class BluetoothFeatureProviderImpl : BluetoothFeatureProvider {
|
||||
bluetoothAdapter: BluetoothAdapter,
|
||||
cachedDevice: CachedBluetoothDevice
|
||||
): DeviceDetailsFragmentFormatter {
|
||||
return DeviceDetailsFragmentFormatterImpl(context, fragment, bluetoothAdapter, cachedDevice)
|
||||
return DeviceDetailsFragmentFormatterImpl(
|
||||
context,
|
||||
fragment,
|
||||
bluetoothAdapter,
|
||||
cachedDevice,
|
||||
Dispatchers.IO
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user