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 crash for dialog in debug mode #726

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

jasonrhansen
Copy link
Contributor

Subscription::map must be provided a non-capturing closure. A couple places were passing capturing closures, which caused a debug assert failure. These have been fixed.

Closes #723

`Subscription::map` must be provided a non-capturing closure. A couple places
were passing capturing closures, which caused a debug assert failure. These
have been fixed.
@jackpot51 jackpot51 merged commit 792c640 into pop-os:master Jan 6, 2025
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.

[bug] cosmic_files panics instantly as a file chooser portal in debug mode
2 participants