We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a62cc3 commit 3239df4Copy full SHA for 3239df4
samples/CommunityToolkit.Maui.Sample/Pages/Views/Popup/ShowPopupInOnAppearingPage.xaml.cs
@@ -23,6 +23,6 @@ protected override async void OnAppearing()
23
{
24
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(5));
25
// Proves that we now support showing a popup before the platform is even ready.
26
- await popupService.ShowPopupAsync<ReturnResultPopup>(new PopupOptions(), cts.Token);
+ await popupService.ShowPopupAsync<ReturnResultPopup, string>(new PopupOptions(), cts.Token);
27
}
28
0 commit comments