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