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

Commit 1308b569 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move content later button doesn't work on Migration Wizard"

parents ed21203e 90193437
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