Skip to content
  • Sparky93's avatar
    Fix for #7980 - MigrationStore's COMPLETE action now redirects to MigrationProgressActivity · 1ed185d4
    Sparky93 authored
    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.
    1ed185d4