1
0
Fork 0
fenix/app/src/migration/java/org/mozilla/fenix
Sparky93 1ed185d4c2 Fix for #7980 - MigrationStore's COMPLETE action now redirects to MigrationProgressActivity
In order to ensure that the user's migration screen is not being bypassed by mistake, we handle the
migration's store COMPLETED state the same way we handle the MIGRATING state.

We can do this because we can treat the initial state (NONE) as being either a fresh start of the
app, either the user's intention of starting the home activity.

Before this change, if the app was being open from the shortcut after the migration was complete,
the user would have been encountered the home activity instead of the migration one.
2020-02-11 16:41:20 +01:00
..
MigratingFenixApplication.kt Enable fennec Pinned Sites migration 2020-02-10 08:19:30 +01:00
MigrationDecisionActivity.kt Fix for #7980 - MigrationStore's COMPLETE action now redirects to MigrationProgressActivity 2020-02-11 16:41:20 +01:00
MigrationPushRenewer.kt Enable firebase auto-init, force push renewal after migration 2020-01-16 01:11:21 -05:00
MigrationService.kt Fix for #8024 - Provide activity class for the migration's service notification content intent. 2020-02-11 16:27:53 +01:00