-
Notifications
You must be signed in to change notification settings - Fork 79
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
fix(re-encryption): make sure loading screen is shown when re-encrypting #10355
Conversation
Fixes #10352 Adds a 1 second timer before re-encrypting, to make sure the loading screen is shown before it starts, since it can freeze.
Jenkins BuildsClick to see older builds (7)
|
I found an actual issue on Windows with the re-encryption. This PR is still nice, but it doesn't fix the issue completely for Windows |
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.
@anastasiyaig changes look good, but please test all login variants having 2 set up accounts and switch them.
I found the actual bug. It is fixed here in status-go: status-im/status-go#3411 I created a release branch on status-go, since we plan on creating a patch. Waiting for the merge to update and point to the release branch |
a084ba2
to
28704b6
Compare
Fixes #10352
Adds a 1 second timer before re-encrypting, to make sure the loading screen is shown before it starts, since it can freeze.
Do note that this is on top of the release branch. I'll cherry-pick on master once it is merged.
I have not tested with an actual big re-encryption yet, but I could reproduce the issue with a
sleep
and the timer fixed the freeze.I'll test later on Windows.