Merge "Move content later button doesn't work on Migration Wizard" am: 1308b56908
am: d77dfa200e
am: 7cb8223ce2
Change-Id: I18c7e985c8a1f5e3f4cbc0cdeb980aee9464218d
This commit is contained in:
@@ -85,9 +85,13 @@ public class StorageWizardMigrateConfirm extends StorageWizardBase {
|
|||||||
FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this,
|
FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this,
|
||||||
MetricsEvent.ACTION_STORAGE_MIGRATE_LATER);
|
MetricsEvent.ACTION_STORAGE_MIGRATE_LATER);
|
||||||
|
|
||||||
final Intent intent = new Intent(this, StorageWizardReady.class);
|
if (mDisk != null) {
|
||||||
intent.putExtra(EXTRA_MIGRATE_SKIP, true);
|
final Intent intent = new Intent(this, StorageWizardReady.class);
|
||||||
startActivity(intent);
|
intent.putExtra(EXTRA_MIGRATE_SKIP, true);
|
||||||
|
startActivity(intent);
|
||||||
|
} else {
|
||||||
|
finishAffinity();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user