Clean up FeatureFactory.getFeature()
Bug: 286764889 Test: m Settings Change-Id: I7e472e6b0ca6b7a735c1b92742ddf06c545176fc
This commit is contained in:
@@ -75,8 +75,8 @@ public class BluetoothDetailsRelatedToolsController extends BluetoothDetailsCont
|
||||
mPreferenceCategory.removePreference(liveCaptionPreference);
|
||||
}
|
||||
|
||||
final List<ComponentName> relatedToolsList = FeatureFactory.getFactory(
|
||||
mContext).getBluetoothFeatureProvider().getRelatedTools();
|
||||
final List<ComponentName> relatedToolsList =
|
||||
FeatureFactory.getFeatureFactory().getBluetoothFeatureProvider().getRelatedTools();
|
||||
if (!CollectionUtils.isEmpty(relatedToolsList)) {
|
||||
addAccessibilityInstalledRelatedPreference(relatedToolsList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user