Skip to content

Commit 3239df4

Browse files
fix sample
1 parent 9a62cc3 commit 3239df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/CommunityToolkit.Maui.Sample/Pages/Views/Popup/ShowPopupInOnAppearingPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ protected override async void OnAppearing()
2323
{
2424
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(5));
2525
// Proves that we now support showing a popup before the platform is even ready.
26-
await popupService.ShowPopupAsync<ReturnResultPopup>(new PopupOptions(), cts.Token);
26+
await popupService.ShowPopupAsync<ReturnResultPopup, string>(new PopupOptions(), cts.Token);
2727
}
2828
}

0 commit comments

Comments
 (0)