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 navigation issue when 2 events are emitted quickly. #33

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

sylwester-zielinski
Copy link
Contributor

Quick emission of the same items is throttled by StateFlow and SharedFlow.
This results that quick multiple back navigation is impossible.
To workaround the problem the counter was added which makes equals method result different for the different events.

@sylwester-zielinski sylwester-zielinski merged commit f78d502 into main Jan 25, 2023
@philips77 philips77 deleted the fix/double_event branch January 25, 2023 11:51
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