Merge "Move content later button doesn't work on Migration Wizard"
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);
|
||||||
|
|
||||||
|
if (mDisk != null) {
|
||||||
final Intent intent = new Intent(this, StorageWizardReady.class);
|
final Intent intent = new Intent(this, StorageWizardReady.class);
|
||||||
intent.putExtra(EXTRA_MIGRATE_SKIP, true);
|
intent.putExtra(EXTRA_MIGRATE_SKIP, true);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
|
} else {
|
||||||
|
finishAffinity();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user