Skip to content

Commit a27ac8a

Browse files
committed
Changes done in App.xaml
1 parent 3235a70 commit a27ac8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ListViewMaui/App.xaml.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ public partial class App : Application
44
{
55
public App()
66
{
7-
87
InitializeComponent();
8+
}
99

10-
MainPage = new MainPage();
10+
protected override Window CreateWindow(IActivationState? activationState)
11+
{
12+
return new Window(new MainPage());
1113
}
1214
}

0 commit comments

Comments
 (0)