1
0
Fork 0
fenix/app/src/main/java/org/mozilla
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
..
fenix Fix for #7980 - MigrationStore's COMPLETE action now redirects to MigrationProgressActivity 2020-02-11 16:41:20 +01:00
gecko/search Closes #7788: Route search widget intents through IntentReceiverActivity 2020-01-29 14:27:14 +01:00