Clean up FeatureFactory.getFeature()
Bug: 286764889 Test: m Settings Change-Id: I7e472e6b0ca6b7a735c1b92742ddf06c545176fc
This commit is contained in:
@@ -82,7 +82,7 @@ public class StorageWizardMigrateConfirm extends StorageWizardBase {
|
||||
|
||||
@Override
|
||||
public void onNavigateBack(View view) {
|
||||
FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this,
|
||||
FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(this,
|
||||
SettingsEnums.ACTION_STORAGE_MIGRATE_LATER);
|
||||
|
||||
if (mDisk != null) {
|
||||
@@ -142,7 +142,7 @@ public class StorageWizardMigrateConfirm extends StorageWizardBase {
|
||||
return;
|
||||
}
|
||||
|
||||
FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this,
|
||||
FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(this,
|
||||
SettingsEnums.ACTION_STORAGE_MIGRATE_NOW);
|
||||
|
||||
final Intent intent = new Intent(this, StorageWizardMigrateProgress.class);
|
||||
|
||||
Reference in New Issue
Block a user