-
Notifications
You must be signed in to change notification settings - Fork 873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start sync in the devices modal instead of first render #1094
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to reset sync chain when user dismiss dialog and before second device setup
e44abd5
to
f8aed8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also remove
this.props.actions.onSyncReset() |
This will mess up the flow and causing observer double registration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also when sync chain is established
- click add a new device
- dismiss the device dialog, the sync chain will be reset
f8aed8d
to
cf83293
Compare
cf83293
to
f5927d4
Compare
start sync in the devices modal instead of first render
start sync in the devices modal instead of first render
start sync in the devices modal instead of first render
auditors: @darkdh
fix brave/brave-browser#2553
Test Plan: