Skip to content
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 loader when cancelling protect #1636

Merged
merged 2 commits into from
May 26, 2023
Merged

Fix loader when cancelling protect #1636

merged 2 commits into from
May 26, 2023

Conversation

nmattia
Copy link
Collaborator

@nmattia nmattia commented May 25, 2023

This ensures the loader is not closed too early.

Before this, the protection flow may have returned while the loader was shown, meaning withLoader would be closed early (from within deviceSettings) and an outer withLoader would not get a chance to be displayed.

This ensures the loader is not closed too early.

Before this, the protection flow may have returned while the loader was
shown, meaning `withLoader` would be closed early (from within
`deviceSettings`) and an outer `withLoader` would not get a chance to be
displayed.
@nmattia nmattia added this pull request to the merge queue May 26, 2023
Merged via the queue into main with commit cfd8c63 May 26, 2023
@nmattia nmattia deleted the nm-loader-protect branch May 26, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants