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

Fixed long-running operations on SnackBarMessage callback (#2627) #2631

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

Erapchu
Copy link
Contributor

@Erapchu Erapchu commented Mar 31, 2022

actionClickWaitHandle will be disposed after message auto-closed. We need to avoid call any methods on disposed EventWaitHandle, need to check is it closed (disposed) or invalid

Fixes #2627

…signInXAML#2627)

actionClickWaitHandle will be disposed after message auto-closed. We need to avoid call any methods on disposed EventWaitHandle, need to check is it closed (disposed) or invalid
@Keboo Keboo added this to the 4.5.0 milestone Mar 31, 2022
@Keboo Keboo merged commit fda54c9 into MaterialDesignInXAML:master Mar 31, 2022
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.

Snackbar with Message Box throws error in newer versions
3 participants