Fix for ENG-11036 and other issues.
- Used LogInHandler to exclusively navigate to backup progress and error screens, based on Redux state.
- Updated LogInHandler triggers (useRef change logic) to track not only loggedIn state but also restoration states.
- Removed other places where these screens were navigated from
Depends on D15171