We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b080f53 commit 6fbff84Copy full SHA for 6fbff84
samples/CommunityToolkit.Maui.Sample/Pages/Views/Popup/PopupsPage.xaml.cs
@@ -31,8 +31,7 @@ async void HandleSimplePopupButtonClicked(object sender, EventArgs e)
31
CornerRadius = new CornerRadius(4),
32
Stroke = Colors.White
33
}
34
- }, queryAttributes
35
- , CancellationToken.None);
+ }, queryAttributes, CancellationToken.None);
36
37
38
async void HandleButtonPopupButtonClicked(object sender, EventArgs e)
0 commit comments