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 6fe36a5 commit 7956d4dCopy full SHA for 7956d4d
ListViewMaui/ListViewMaui/App.xaml.cs
@@ -5,7 +5,10 @@ public partial class App : Application
5
public App()
6
{
7
InitializeComponent();
8
+ }
9
- MainPage = new NavigationPage(new MainPage());
10
+ protected override Window CreateWindow(IActivationState? activationState)
11
+ {
12
+ return new Window(new NavigationPage(new MainPage()));
13
}
14
0 commit comments