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 9cc0a5c commit d2cbcbaCopy full SHA for d2cbcba
ListViewMaui/App.xaml.cs
@@ -7,7 +7,7 @@ public App()
7
InitializeComponent();
8
}
9
10
- protected override Window CreateWindow(IActivationState? activationState)
+ protected override Window CreateWindow(IActivationState activationState)
11
{
12
return new Window(new HorizontalOrientation());
13
0 commit comments