Skip to content

Fix notifications settings fail to load

Martin Santangelo requested to merge fix/notification-load-states into release/4.22.0

Summary

This MR adds an additional load intent when the screen is opened (if necessary) and adds an error message with a try again option in case all the previous requests have failed

Closes #4092 (closed)

Steps to test

Push

  • Ensure there is no connectivity
  • Open the app
  • Open settings -> account -> notifications
  • Tap on Push
  • An error should be shown with a try again option
  • Enable connectivity
  • Tap Try again

Email

  • Ensure there is no connectivity
  • Open the app
  • Open settings -> account -> notifications
  • Tap on Email
  • An error should be shown with a try again option
  • Enable connectivity
  • Tap Try again

Estimated Regression Scope

None

Merge request reports