Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When I call ShowPopupAsync and then call CloseAsync() from inside my popup, the popup closes but ShowPopupAsync's task never completes so the result is never available.
Expected Behavior
I expect the task to complete when I close the popup.
Steps To Reproduce
- Derive a popup from Popup<bool?>
- Call OpenPopupAsync() on it, and close the popup from within using CloseAsync()
- Note that await OpenPopupAsync() never returns
Link to public reproduction project repository
https://github.com/mfeingol/repros/tree/master/CommunityToolkit_2703_repro
Environment
- .NET MAUI CommunityToolkit: 12.0.0
- OS: Windows 11
- .NET MAUI: 9.0.71
Anything else?
No response