Skip to content

Commit 6979c18

Browse files
committed
Changes done in App.xaml
1 parent f262676 commit 6979c18

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

CustomEmptyViewDemo/CustomEmptyViewDemo/App.xaml.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ public partial class App : Application
55
public App()
66
{
77
InitializeComponent();
8+
}
89

9-
MainPage = new AppShell();
10+
protected override Window CreateWindow(IActivationState? activationState)
11+
{
12+
return new Window(new MainPage());
1013
}
1114
}

CustomEmptyViewDemo/CustomEmptyViewDemo/AppShell.xaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

CustomEmptyViewDemo/CustomEmptyViewDemo/AppShell.xaml.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)