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: handle race condition with default app #1041

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

acezard
Copy link
Contributor

@acezard acezard commented Nov 28, 2023

If the default app is not home and the files are received too quickly,
the backToHome() call will happen before the navigate to
cozyapp from lockscreen.
we can bypass that by checking at a later time if we should
go to the cozyapp or not based on filestoupload presence

If the default app is not home and the files are received too quickly,
the backToHome() call will happen before the navigate to
cozyapp from lockscreen.
we can bypass that by checking at a later time if we should
go to the cozyapp or not based on filestoupload presence
@acezard acezard force-pushed the fix--handle-race-condition-with-default-app branch from c3f3aba to 55c8eab Compare November 29, 2023 08:42
@acezard acezard merged commit 6c8048b into master Nov 29, 2023
@acezard acezard deleted the fix--handle-race-condition-with-default-app branch November 29, 2023 12:08
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