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 presenter actions sometimes not doing anything #2031

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

chrisbanes
Copy link
Owner

Caused by the referenced CoroutineScope being cancelled from eventSink functions. Seems that a combination of Compose Strong Skipping mode + Kotlin remembering inner functions instances, means that the function instances are not recreated when any referenced value changes.

Easily fixed by moving to a lambda instead.

@chrisbanes chrisbanes enabled auto-merge (squash) September 3, 2024 21:13
@chrisbanes chrisbanes merged commit 1103477 into main Sep 3, 2024
7 checks passed
@chrisbanes chrisbanes deleted the cb/season-actions branch September 3, 2024 21:42
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.

1 participant