Skip to content

Commit d2cbcba

Browse files
committed
Updated App.xaml.cs
1 parent 9cc0a5c commit d2cbcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ListViewMaui/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public App()
77
InitializeComponent();
88
}
99

10-
protected override Window CreateWindow(IActivationState? activationState)
10+
protected override Window CreateWindow(IActivationState activationState)
1111
{
1212
return new Window(new HorizontalOrientation());
1313
}

0 commit comments

Comments
 (0)