Clean up FeatureFactory.getFeature()
Bug: 286764889 Test: m Settings Change-Id: I7e472e6b0ca6b7a735c1b92742ddf06c545176fc
This commit is contained in:
@@ -106,7 +106,7 @@ public final class Utils {
|
||||
|
||||
@VisibleForTesting
|
||||
static void showConnectingError(Context context, String name, LocalBluetoothManager manager) {
|
||||
FeatureFactory.getFactory(context).getMetricsFeatureProvider().visible(context,
|
||||
FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().visible(context,
|
||||
SettingsEnums.PAGE_UNKNOWN, SettingsEnums.ACTION_SETTINGS_BLUETOOTH_CONNECT_ERROR,
|
||||
0);
|
||||
showError(context, name, R.string.bluetooth_connecting_error_message, manager);
|
||||
|
Reference in New Issue
Block a user