Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec01e260 authored by Takamasa Kuramitsu's avatar Takamasa Kuramitsu Committed by android-build-merger
Browse files

Merge "Move content later button doesn't work on Migration Wizard" am: 1308b569 am: d77dfa20

am: 7cb8223c

Change-Id: I18c7e985c8a1f5e3f4cbc0cdeb980aee9464218d
parents 2559f02d 7cb8223c
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -85,9 +85,13 @@ public class StorageWizardMigrateConfirm extends StorageWizardBase {
        FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this,
                MetricsEvent.ACTION_STORAGE_MIGRATE_LATER);

        if (mDisk != null) {
            final Intent intent = new Intent(this, StorageWizardReady.class);
            intent.putExtra(EXTRA_MIGRATE_SKIP, true);
            startActivity(intent);
        } else {
            finishAffinity();
        }
    }

    @Override