-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Allow dismissing 'Key storage out of sync' temporarily #31455
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
base: develop
Are you sure you want to change the base?
Allow dismissing 'Key storage out of sync' temporarily #31455
Conversation
If cross-signing keys are missing both locally and in 4S, show a new toast saying that identity needs resetting, rather than saying that the device needs to be verified.
- move enum from SetupEncryptionToast to DeviceListener - DeviceListener has public method to get device state - DeviceListener emits events to update device state
brings RecoveryPanelOutOfSync in line with SetupEncryptionToast behaviour
rather than using its own logic
richvdh
left a comment
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.
My suspicion is that, without changes to DeviceListener, this will pop up again next time there is any change to devices, etc
I'm sure you're right, thanks. I'll check this. |
It turns out this change does actually update state, because it calls So I think this change actually does what it should :-) |
c5d1d58 to
6e51ba5
Compare
Adds a "Dismiss" button to the "Key storage out of sync" toast, which closes the dialog for this session only.
Fixes #30959
Based on #31367 - wait for that to merge first.