You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task/Issue URL:
https://app.asana.com/1/137249556945/project/488551667048375/task/1211343078555471?focus=true
### Description
- Guards the `AppStage` once `ESTABLISHED` has been reached
- Adds a kill switch to disable the guard
### Steps to test this PR
- [ ] Filter logcat for “UserStageStore"
- [ ] Fresh install, skip onboarding and add the widget
- [ ] Open the widget and send a query
- [ ] Verify "UserStageStore: User is already ESTABLISHED, returning
ESTABLISHED"
- [ ] In feature flag inventory, disable “establishedAppStageGuard"
- [ ] Open the widget and send a query
- [ ] Verify "UserStageStore: currentStage=ESTABLISHED,
newAppStage=DAX_ONBOARDING"
0 commit comments